mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 13:20:41 +01:00
lint: remove unused translator
This commit is contained in:
@@ -18,12 +18,11 @@ define('forum/chats', [
|
||||
'chat',
|
||||
'api',
|
||||
'uploadHelpers',
|
||||
'translator',
|
||||
], function (
|
||||
components, mousetrap, recentChats, create,
|
||||
manage, messages, userList, messageSearch, pinnedMessages,
|
||||
autocomplete, hooks, bootbox, alerts, chatModule, api,
|
||||
uploadHelpers, translator
|
||||
uploadHelpers
|
||||
) {
|
||||
const Chats = {
|
||||
initialised: false,
|
||||
|
||||
Reference in New Issue
Block a user