Skip to content

Commit 4ad1e5e

Browse files
committed
lint
1 parent 3fdd0ab commit 4ad1e5e

File tree

1 file changed

+1
-1
lines changed
  • packages/browser-integration-tests/suites/replay/bufferMode

1 file changed

+1
-1
lines changed

packages/browser-integration-tests/suites/replay/bufferMode/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ sentryTest(
243243

244244
await page.evaluate(async () => {
245245
const replayIntegration = (window as unknown as Window & { Replay: Replay }).Replay;
246-
await replayIntegration.flush({continueRecording: false});
246+
await replayIntegration.flush({ continueRecording: false });
247247
});
248248

249249
const req0 = await reqPromise0;

0 commit comments

Comments
 (0)