Compare commits
7 Commits
e87ee53512
...
f408d4a181
| Author | SHA1 | Date | |
|---|---|---|---|
| f408d4a181 | |||
| a2ca26fef3 | |||
| b4d22cfdb1 | |||
| d626486e55 | |||
| b840507051 | |||
| 3cac53724a | |||
| 3bbc9e5614 |
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user