Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default async (action: SyncAction, ItemClass: typeof BaseItem, remoteExis
changeSource: ItemChange.SOURCE_SYNC,
sourceDescription: 'sync: handleConflictAction: non-note conflict',
trackDeleted: false,
deleteChildren: false,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that may be unexpected next time someone looks at this code. Could you please add a short comment above it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

});
}
} else if (action === SyncAction.NoteConflict) {
Expand Down