mirror of
https://github.com/linkwarden/browser-extension.git
synced 2026-06-23 04:10:26 +00:00
add typing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user