added errors to database models i did yesterday

This commit is contained in:
plane000
2018-09-08 15:05:53 +01:00
parent 30a1e1e834
commit 1630edee91
7 changed files with 1303 additions and 17 deletions

View File

@@ -6,10 +6,9 @@ import {PermaLink} from '../models/permalinks/permalink';
export class NoteController extends ControllerHandler {
static async newNote(req, res, next) {
Logger.debug(JSON.stringify(req.user, false, 4));
console.dir(__stack, { depth: null })
Logger.debug(JSON.stringify(req.user));
next();
}
}