Fix fixable lints

This commit is contained in:
Cohee
2025-03-19 20:00:33 +02:00
parent 8a4a338455
commit 20cdcc37fc
9 changed files with 9 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ $('button').click(function () {
async function doTokenCounter() {
const { tokenizerName, tokenizerId } = getFriendlyTokenizerName(main_api);
const html = await renderExtensionTemplateAsync('token-counter', 'window', {tokenizerName});
const html = await renderExtensionTemplateAsync('token-counter', 'window', { tokenizerName });
const dialog = $(html);
const countDebounced = debounce(async () => {