update-deps #94

Merged
philipp merged 7 commits from update-deps into main 2023-12-23 13:19:36 +01:00
Showing only changes of commit f408d4a181 - Show all commits

View File

@ -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);
}