chore: restore r96util
All checks were successful
continuous-integration/drone/push Build is passing

closes #28
This commit is contained in:
2025-06-17 16:15:31 +01:00
parent 510ba00368
commit 01c5281425
6 changed files with 305 additions and 9 deletions

View File

@ -465,7 +465,7 @@ where
}
}
}
if let Err(e) = db.add_file(&upload, user_id).await {
if let Err(e) = db.add_file(&upload, Some(user_id)).await {
error!("{}", e);
BlossomResponse::error(format!("Error saving file (db): {}", e))
} else {