Fix error import

Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
David Mehren 2020-04-12 17:39:00 +02:00
parent dd4ea6f488
commit 0ca8e2dc7d
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
import { NextFunction, Response } from "express";
import { NoteUtils } from "./util";
import errors from '../../errors';
import { errors } from '../../errors'
import { logger } from '../../logger'
import { config } from '../../config'
import { User } from "../../models/user";