lint: eslints

This commit is contained in:
nahuhh
2025-07-23 20:42:03 +00:00
parent 11f1454627
commit ba1678ad26
7 changed files with 63 additions and 65 deletions

View File

@@ -100,8 +100,6 @@
setTimeout(() => { setTimeout(() => {
activateTabWithRetry(normalizedTabId, retryCount + 1); activateTabWithRetry(normalizedTabId, retryCount + 1);
}, 100); }, 100);
} else {
} }
return; return;
} }