Fixed database abstraction naming and changed a lot of lets to consts and /unauth/permanote is broken

This commit is contained in:
Ben
2018-11-07 15:13:57 +00:00
parent 7ab179208e
commit 7aead446de
22 changed files with 112 additions and 126 deletions

View File

@@ -4,7 +4,7 @@ import {Notes} from '../models/notes/notes';
export class GroupController extends ControllerHandler {
static async newGroup(req, res, next) {
let errors = new API.errors(res);
const errors = new API.errors(res);
next()