1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-10-10 19:32:02 +00:00

fix lint errors

This commit is contained in:
Maxim Slipenko 2025-06-07 19:21:15 +03:00
parent 8d30b52fc1
commit 922cd52f1b
5 changed files with 40 additions and 45 deletions

View file

@ -65,5 +65,5 @@ test('matchIssue', () => {
window.config.issueValues[2],
window.config.issueValues[7],
window.config.issueValues[9],
]);
});
]);
});