Skip to content

Commit e49daa9

Browse files
ci: apply automated fixes
1 parent cec15f0 commit e49daa9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/router.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ export function getRouter() {
9595
errorMessage.includes('window.top.document') ||
9696
errorMessage.includes('isPlacementXdom')
9797

98-
if (isUnambiguousAdScriptError || (hasAdScriptFrame && hasExpectedErrorMessage)) {
98+
if (
99+
isUnambiguousAdScriptError ||
100+
(hasAdScriptFrame && hasExpectedErrorMessage)
101+
) {
99102
// Suppress the error - log to console in debug mode
100103
console.debug(
101104
'Suppressed Publift Fuse/ad script error:',

0 commit comments

Comments
 (0)