Merge pull request 'update-deps' (#88) from update-deps into staging
Reviewed-on: #88
This commit is contained in:
commit
f408d4a181
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user