fix: lint

This commit is contained in:
Julian Lam
2026-02-12 12:30:19 -05:00
parent 7eb4913671
commit 1598004eaa

View File

@@ -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'));
});