From e7f6f93b6328df59a5565c2c6a10ecaa6cc034e9 Mon Sep 17 00:00:00 2001 From: LufyCZ Date: Mon, 10 Feb 2025 11:16:15 +0000 Subject: [PATCH] fix merge --- packages/zitadel-client/src/web.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/zitadel-client/src/web.ts b/packages/zitadel-client/src/web.ts index a6007557c1..26c40da0fe 100644 --- a/packages/zitadel-client/src/web.ts +++ b/packages/zitadel-client/src/web.ts @@ -1,6 +1,6 @@ import { GrpcTransportOptions } from "@connectrpc/connect-node"; import { createGrpcWebTransport } from "@connectrpc/connect-web"; -import { NewAuthorizationBearerInterceptor } from "./interceptors"; +import { NewAuthorizationBearerInterceptor } from "./interceptors.js"; /** * Create a client transport using grpc web with the given token and configuration options.