Merge branch 'main' into allow-cancel-of-events
This commit is contained in:
@ -239,6 +239,12 @@ WHERE day=?
|
||||
.await;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
Notification::delete_by_action(
|
||||
db,
|
||||
&format!("remove_user_trip_with_trip_details_id:{}", trip_details_id),
|
||||
)
|
||||
.await;
|
||||
}
|
||||
|
||||
if max_people > 0 && was_already_cancelled {
|
||||
|
Reference in New Issue
Block a user