mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
Update backend/routes/sync.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -825,7 +825,7 @@ async function partialSync(triggertype) {
|
||||
|
||||
const uuid = randomUUID();
|
||||
|
||||
const newItems = [];
|
||||
const newItems = []; // Array to track newly added items during the sync process
|
||||
|
||||
syncTask = { loggedData: [], uuid: uuid, wsKey: "PartialSyncTask", taskName: taskName.partialsync };
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user