fix ci
All checks were successful
CI/CD Pipeline / test (push) Successful in 13m29s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2024-05-21 19:47:10 +02:00
parent b4967b54e9
commit 1069e29cf0

View File

@ -102,7 +102,7 @@ async fn send_user(
return Flash::error(Redirect::to("/admin/notification"), "User gibt's ned"); 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; Log::create(db, "Notification successfully sent".into()).await;
Flash::success( Flash::success(