We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6999f1c commit bdb2c12Copy full SHA for bdb2c12
1 file changed
test/integration/replay-cwa-fetch.ts
@@ -84,7 +84,7 @@ export class ReplayCwaFetch {
84
}
85
86
private request(url: string): Promise<unknown> {
87
- const path = url.split('?')[0]
+ const path = url.split('?')[0] ?? url
88
this.requestLog.push(path)
89
const entry = this.entryFor(path)
90
const produce = () => {
0 commit comments