sync cleanup

This commit is contained in:
azivner
2018-04-07 22:32:46 -04:00
parent 13f71f8967
commit 36b15f474d
3 changed files with 1 additions and 160 deletions

View File

@@ -195,15 +195,5 @@ async function updateApiToken(entity, sourceId) {
}
module.exports = {
updateEntity,
updateNote,
updateBranch,
updateNoteRevision,
updateNoteReordering,
updateOptions,
updateRecentNotes,
updateImage,
updateNoteImage,
updateLabel,
updateApiToken
updateEntity
};