Skip to content

Commit 4da3af6

Browse files
committed
ci: Format code
1 parent 871474a commit 4da3af6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/seam/connect/seam-http-request.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ export class SeamHttpRequest<
5959
? this.#config.path
6060
: `/${this.#config.path}`
6161

62-
const path =
63-
params == null ? pathname : `${pathname}?${serializer(params)}`
62+
const path = params == null ? pathname : `${pathname}?${serializer(params)}`
6463

6564
return new URL(`${origin}${path}`)
6665
}

0 commit comments

Comments
 (0)