From 97628595ed43cde3e5f08fec30c84c1cee97431f Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Wed, 26 Feb 2020 15:10:57 +0100 Subject: [PATCH] Fix unsused import of fs Let's make the CI happy again :-) Signed-off-by: Sheogorath --- lib/web/note/actions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/web/note/actions.js b/lib/web/note/actions.js index 80572194f..d92d2443e 100644 --- a/lib/web/note/actions.js +++ b/lib/web/note/actions.js @@ -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')