mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-21 15:03:12 +01:00
lint: fix commas
This commit is contained in:
@@ -13,7 +13,7 @@ define('admin/manage/group', [
|
||||
'admin/settings',
|
||||
], function (
|
||||
memberList, iconSelect, translator, categorySelector, groupSearch,
|
||||
slugify, api, bootbox, alerts, settings,
|
||||
slugify, api, bootbox, alerts, settings
|
||||
) {
|
||||
const Groups = {};
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ define('admin/manage/privileges', [
|
||||
'admin/settings',
|
||||
], function (
|
||||
api, autocomplete, bootbox, alerts, translator,
|
||||
categorySelector, mousetrap, checkboxRowSelector, settings,
|
||||
categorySelector, mousetrap, checkboxRowSelector, settings
|
||||
) {
|
||||
const Privileges = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user