mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
fix fmt
This commit is contained in:
@@ -877,7 +877,7 @@ unsafe fn import_backup(context: &Context, backup_to_import: *const libc::c_char
|
||||
);
|
||||
|
||||
res.and_then(|_| {
|
||||
/// only delete backup_blobs if all files were successfully extracted
|
||||
// only delete backup_blobs if all files were successfully extracted
|
||||
sql::execute(context, &context.sql, "DROP TABLE backup_blobs;", params![])?;
|
||||
sql::try_execute(context, &context.sql, "VACUUM;").ok();
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user