From b2e6a4405c966fb4b45b85fee3f46f7a37dc0831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Mon, 26 May 2025 10:12:15 +0200 Subject: [PATCH] Update backend/routes/sync.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- backend/routes/sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/routes/sync.js b/backend/routes/sync.js index 4783ebf..ac69d29 100644 --- a/backend/routes/sync.js +++ b/backend/routes/sync.js @@ -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 {