update-deps #88

Merged
philipp merged 7 commits from update-deps into staging 2023-11-27 11:59:03 +01:00
Showing only changes of commit a2ca26fef3 - 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);
}