Update backend/routes/sync.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Félix MARQUET
2025-05-26 10:12:15 +02:00
committed by GitHub
parent 1f1a51fd6c
commit b2e6a4405c

View File

@@ -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 {