Fix order of mutations when syncing

This commit is contained in:
Hakan Shehu
2025-01-17 16:22:49 +01:00
parent 8e64472420
commit 4aa249e0fe

View File

@@ -395,7 +395,7 @@ export class MutationService {
}
return {
validMutations,
validMutations: validMutations.reverse(),
deletedMutationIds,
};
}