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 871474a commit 4da3af6Copy full SHA for 4da3af6
src/lib/seam/connect/seam-http-request.ts
@@ -59,8 +59,7 @@ export class SeamHttpRequest<
59
? this.#config.path
60
: `/${this.#config.path}`
61
62
- const path =
63
- params == null ? pathname : `${pathname}?${serializer(params)}`
+ const path = params == null ? pathname : `${pathname}?${serializer(params)}`
64
65
return new URL(`${origin}${path}`)
66
}
0 commit comments