mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
TSLint compliance
This commit is contained in:
@@ -186,7 +186,7 @@ async function onBeforeSendHeaders (
|
||||
};
|
||||
}
|
||||
|
||||
async function onOptionsUpdated (alteredOptions?: (keyof Options)[]) {
|
||||
async function onOptionsUpdated (alteredOptions?: Array<(keyof Options)>) {
|
||||
const { options } = await browser.storage.sync.get("options");
|
||||
|
||||
// If options aren't set yet, return
|
||||
|
||||
Reference in New Issue
Block a user