A lot of code tidy up

This commit is contained in:
Bryan Ashby
2020-06-15 19:08:55 -06:00
parent fd86293dbe
commit 9e9dc9af89
16 changed files with 144 additions and 140 deletions

View File

@@ -8,7 +8,6 @@ const {
hasMessageConfAndAreaWrite,
} = require('./message_area.js');
const _ = require('lodash');
const async = require('async');
exports.moduleInfo = {
@@ -77,7 +76,7 @@ exports.getModule = class AreaPostFSEModule extends FullScreenEditorModule {
return this.gotoMenuOrShowMessage(
noAcsMenu,
'You do not have the proper access to post here!',
'You do not have the proper access to post here!'
);
}