fix ci #87

Merged
philipp merged 1 commits from update-deps into main 2023-11-27 11:58:50 +01:00

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