lint compliance

This commit is contained in:
yflory 2024-02-26 13:41:18 +01:00
parent 93a285baa5
commit dcc6f689fb
2 changed files with 2 additions and 2 deletions

View File

@ -374,7 +374,7 @@ commands.SET_BEARER_SECRET = function (Env, args) {
};
// [<command>, <args>, <author>, <time>]
var handleCommand = Decrees.handleCommand = function (Env, line, cb) {
var handleCommand = Decrees.handleCommand = function (Env, line) {
var command = line[0];
var args = line[1];

View File

@ -2236,7 +2236,7 @@ define([
};
var $userAdmin = UIElements.createDropdown(dropdownConfigUser);
var $survey = $userAdmin.find('.cp-toolbar-survey').parent();;
var $survey = $userAdmin.find('.cp-toolbar-survey').parent();
var $surveyHr = $survey.next('[role="separator"]');
if (!surveyURL) {
$survey.hide();