Compare commits
	
		
			2 Commits
		
	
	
		
			e714d18551
			...
			99fb9c624d
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 99fb9c624d | |||
| a2ca26fef3 | 
@@ -141,7 +141,7 @@ ORDER BY day;",
 | 
				
			|||||||
        .fetch_one(db)
 | 
					        .fetch_one(db)
 | 
				
			||||||
        .await
 | 
					        .await
 | 
				
			||||||
        .unwrap();
 | 
					        .unwrap();
 | 
				
			||||||
        if is_cox.amount.unwrap() > 0 {
 | 
					        if is_cox.amount > 0 {
 | 
				
			||||||
            return CoxAtTrip::Yes(Action::Helping);
 | 
					            return CoxAtTrip::Yes(Action::Helping);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user