mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
Fix order of mutations when syncing
This commit is contained in:
@@ -395,7 +395,7 @@ export class MutationService {
|
||||
}
|
||||
|
||||
return {
|
||||
validMutations,
|
||||
validMutations: validMutations.reverse(),
|
||||
deletedMutationIds,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user