mirror of
https://github.com/v0l/route96.git
synced 2025-06-21 21:26:27 +00:00
chore: restore r96util
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
closes #28
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user