Skip to content

Commit 64fd686

Browse files
committed
try to fix zod error for integration test
1 parent f150432 commit 64fd686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/background/engine/engine-mv3.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export class Engine implements TsWebExtensionEngine {
256256
settings,
257257
filtersPath: 'filters/',
258258
ruleSetsPath: 'filters/declarative',
259-
blockingTrustedRules,
259+
blockingTrustedRules: blockingTrustedRules || [],
260260
};
261261
}
262262

0 commit comments

Comments
 (0)