diff options
Diffstat (limited to 'source/features/bypass-checks.tsx')
-rw-r--r-- | source/features/bypass-checks.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/features/bypass-checks.tsx b/source/features/bypass-checks.tsx index 0b7962ce..f8bc1602 100644 --- a/source/features/bypass-checks.tsx +++ b/source/features/bypass-checks.tsx @@ -37,7 +37,6 @@ function init(signal: AbortSignal): void { [href^="/"] )`, - /* @ts-expect-error https://github.com/g-plane/typed-query-selector/issues/26 */ bypass, {signal}, ); |