mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 19:11:22 +01:00
lint: remove unused
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
define('messages', ['bootbox', 'translator', 'storage', 'alerts', 'hooks'], function (bootbox, translator, storage, alerts, hooks) {
|
define('messages', ['bootbox', 'translator', 'storage', 'alerts', 'hooks'], function (bootbox, translator, storage, alerts, hooks) {
|
||||||
const messages = {};
|
const messages = {};
|
||||||
|
|
||||||
let showWelcomeMessage;
|
|
||||||
let registerMessage;
|
let registerMessage;
|
||||||
|
|
||||||
messages.show = function () {
|
messages.show = function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user