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 { Note, Revision } from '../../models'
import { logger } from '../../logger'
import { config } from '../../config'
import errors from '../../errors'
import { errors } from '../../errors'
import shortId from 'shortid'
import moment from 'moment'
import querystring from 'querystring'