Fix unsused import of fs

Let's make the CI happy again :-)

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath 2020-02-26 15:10:57 +01:00
parent 144f17aade
commit 97628595ed
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -2,7 +2,6 @@ const models = require('../../models')
const logger = require('../../logger')
const config = require('../../config')
const errors = require('../../errors')
const fs = require('fs')
const shortId = require('shortid')
const moment = require('moment')
const querystring = require('querystring')