mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix: clear sync queue on finish
This commit is contained in:
@@ -230,7 +230,7 @@ class Sync {
|
||||
|
||||
arrays.types.push(type);
|
||||
arrays.items.push(JSON.stringify(item));
|
||||
arrays.ids.push(itemId);
|
||||
arrays.ids.push(id);
|
||||
|
||||
return arrays;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user