mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-13 18:17:42 +01:00
fix: lint
This commit is contained in:
@@ -143,7 +143,7 @@ define('admin/settings/activitypub', [
|
||||
placeholder: 'ui-state-highlight',
|
||||
axis: 'y',
|
||||
update: function () {
|
||||
var rids = [];
|
||||
const rids = [];
|
||||
tbodyEl.find('tr').each(function () {
|
||||
rids.push($(this).data('rid'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user