Merge pull request 'update-deps' (#88) from update-deps into staging
All checks were successful
CI/CD Pipeline / test (push) Successful in 10m53s
CI/CD Pipeline / deploy-staging (push) Successful in 14m38s
CI/CD Pipeline / deploy-main (push) Has been skipped

Reviewed-on: #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);
} }