Merge pull request 'update-deps' (#88) from update-deps into staging

Reviewed-on: Ruderverein-Donau-Linz/rowt#88
This commit is contained in:
philipp 2023-11-27 11:59:02 +01:00
commit f408d4a181

View File

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