Skip to content

Commit a715113

Browse files
committed
wip
1 parent de231e0 commit a715113

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/clerk-js/src/core/fapiClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ export function createFapiClient(options: FapiClientOptions): FapiClient {
149149

150150
if (options.proxyUrl) {
151151
const proxyBase = new URL(options.proxyUrl);
152-
// Remove leading slash and any trailing slash from the proxy pathname
153152
let proxyPath = proxyBase.pathname.slice(1);
154153
if (proxyPath.endsWith('/')) {
155154
proxyPath = proxyPath.slice(0, -1);

0 commit comments

Comments
 (0)