lint: fix

This commit is contained in:
Barış Soner Uşaklı
2021-12-06 15:25:10 -05:00
parent cba78aee16
commit 0a6eeb933e
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ define('forum/groups/details', [
slugify,
categorySelector,
bootbox,
alerts,
alerts
) {
const Details = {};
let groupName;

View File

@@ -1,7 +1,7 @@
'use strict';
define('chat', [
'components', 'taskbar', 'translator', 'hooks', 'bootbox', 'alerts'
'components', 'taskbar', 'translator', 'hooks', 'bootbox', 'alerts',
], function (components, taskbar, translator, hooks, bootbox, alerts) {
const module = {};
let newMessage = false;