fix: clear sync queue on finish

This commit is contained in:
thecodrr
2022-03-30 16:36:21 +05:00
parent 4135028137
commit 854b45f8fc
2 changed files with 4 additions and 3 deletions

View File

@@ -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;
},