add typing

This commit is contained in:
contributor
2025-11-18 20:14:53 +02:00
parent 92cfdb6aff
commit 96985fa3c2
+1 -1
View File
@@ -298,7 +298,7 @@ browser.runtime.onInstalled.addListener(function () {
});
});
async function checkAndUpdateTab(tabId) {
async function checkAndUpdateTab(tabId: number) {
const cachedConfig = await getConfig();
const linkExists = await checkLinkExists(
cachedConfig.baseUrl,