From b6d617aefa7367f00366257de11c5506aa07efbc Mon Sep 17 00:00:00 2001 From: azivner Date: Wed, 3 Jan 2018 22:43:01 -0500 Subject: [PATCH] returned missing requires --- routes/api/notes_move.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/api/notes_move.js b/routes/api/notes_move.js index 721832713..25a6484e0 100644 --- a/routes/api/notes_move.js +++ b/routes/api/notes_move.js @@ -4,6 +4,8 @@ const express = require('express'); const router = express.Router(); const sql = require('../../services/sql'); const auth = require('../../services/auth'); +const utils = require('../../services/utils'); +const sync_table = require('../../services/sync_table'); /** * Code in this file deals with moving and cloning note tree rows. Relationship between note and parent note is unique