Compare commits

..

No commits in common. "99fb9c624de3ffaa7bc0bb8367ba2043e9230220" and "e714d1855134ef0e76180c8d36a72194cba05256" have entirely different histories.

View File

@ -141,7 +141,7 @@ ORDER BY day;",
.fetch_one(db)
.await
.unwrap();
if is_cox.amount > 0 {
if is_cox.amount.unwrap() > 0 {
return CoxAtTrip::Yes(Action::Helping);
}