Skip to content

Commit ed36127

Browse files
do not wait for database, to be saved
1 parent 4bd25a1 commit ed36127

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sub_commands/import.rs

-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ fn import_pack(pack: &String, config: &Config, opt: &Opt) -> anyhow::Result<()>
256256
writeln!(db, "{}", serde_json::to_string(&hash_url)?)?;
257257
// TODO write into database_tree
258258
}
259-
db.sync_data()?;
260259
}
261260

262261
// save the stickerpack to file

0 commit comments

Comments
 (0)