Compare commits

..

No commits in common. "f408d4a181f25488d0948a835c76c37d73327e91" and "e87ee53512ece6a55226426e88728c9b3b188393" 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);
}