fix sorting notes

This commit is contained in:
azivner 2018-02-10 13:55:06 -05:00
parent e970564036
commit 660908c54b

View file

@ -2,6 +2,7 @@
const sql = require('./sql');
const sync_table = require('./sync_table');
const protected_session = require('./protected_session');
async function validateParentChild(res, parentNoteId, childNoteId, noteTreeId = null) {
const existing = await getExistingNoteTree(parentNoteId, childNoteId);