chore: remove ts-expect-error that are no longer needed (#2344)
This commit is contained in:
@@ -31,7 +31,6 @@ export function hashContentScriptOptions(
|
||||
match_about_blank: false,
|
||||
run_at: 'document_idle',
|
||||
all_frames: false,
|
||||
// @ts-expect-error: Untyped
|
||||
match_origin_as_fallback: false,
|
||||
world: 'ISOLATED',
|
||||
...simplifiedOptions,
|
||||
@@ -63,7 +62,6 @@ export function mapWxtOptionsToContentScript(
|
||||
run_at: options.runAt,
|
||||
css,
|
||||
js,
|
||||
// @ts-expect-error: Untyped
|
||||
match_origin_as_fallback: options.matchOriginAsFallback,
|
||||
world: options.world,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user