fix ci
This commit is contained in:
parent
b4967b54e9
commit
1069e29cf0
@ -102,7 +102,7 @@ async fn send_user(
|
||||
return Flash::error(Redirect::to("/admin/notification"), "User gibt's ned");
|
||||
};
|
||||
|
||||
Notification::create(db, &user, &d.message, &d.category, None).await;
|
||||
Notification::create(db, &user, &d.message, &d.category, None, None).await;
|
||||
|
||||
Log::create(db, "Notification successfully sent".into()).await;
|
||||
Flash::success(
|
||||
|
Loading…
Reference in New Issue
Block a user