delete/undelete fixes

This commit is contained in:
zadam
2020-01-03 13:41:44 +01:00
parent 14f3c783f2
commit 17b23d92ef
2 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ const sql = require('./sql');
const ScriptContext = require('./script_context');
const repository = require('./repository');
const cls = require('./cls');
const sourceIdService = require('./source_id');
const log = require('./log');
async function executeNote(note, apiParams) {