style: linting for some reason

This commit is contained in:
Julian Lam
2022-10-24 14:36:37 -04:00
parent 635541026b
commit f426e7efe6
2 changed files with 0 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ define('admin/manage/groups', [
const Groups = {};
Groups.init = function () {
handleCreate();
handleSearch();

View File

@@ -4,9 +4,6 @@ const user = require('../../user');
const privileges = require('../../privileges');
const plugins = require('../../plugins');
const sockets = require('..');
const api = require('../../api');
module.exports = function (SocketUser) {
SocketUser.updateCover = async function (socket, data) {
if (!socket.uid) {