Merge pull request 'fix ci' (#87) from update-deps into main
Reviewed-on: #87
This commit was merged in pull request #87.
	This commit is contained in:
		@@ -141,7 +141,7 @@ ORDER BY day;",
 | 
			
		||||
        .fetch_one(db)
 | 
			
		||||
        .await
 | 
			
		||||
        .unwrap();
 | 
			
		||||
        if is_cox.amount.unwrap() > 0 {
 | 
			
		||||
        if is_cox.amount > 0 {
 | 
			
		||||
            return CoxAtTrip::Yes(Action::Helping);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user