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

@ -3,7 +3,7 @@ import { Response } from 'express'
import path from 'path'
import fs from 'fs'
import errors from '../../errors'
import { errors } from '../../errors'
import { config } from '../../config'
import { logger } from '../../logger'
import { Note , User } from '../../models'