make it work with changed db model, but no select yet
Some checks failed
CI/CD Pipeline / test (push) Failing after 8m32s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
2024-10-11 10:18:53 +02:00
parent 91bf71cf00
commit 9881627186
2 changed files with 5 additions and 20 deletions

View File

@@ -293,8 +293,6 @@ async fn update(
data: Form<UserEditForm<'_>>,
admin: ManageUserUser,
) -> Flash<Redirect> {
println!("{data:#?}");
let user = User::find_by_id(db, data.id).await;
Log::create(
db,