Fixed database abstraction naming and changed a lot of lets to consts and /unauth/permanote is broken
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user