fix ci
All checks were successful
CI/CD Pipeline / test (push) Successful in 11m8s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2023-11-27 11:58:02 +01:00
parent b4d22cfdb1
commit a2ca26fef3

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