mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
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:
parent
144f17aade
commit
97628595ed
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue