fix merge

This commit is contained in:
LufyCZ
2025-02-10 11:16:15 +00:00
parent e291555f6e
commit e7f6f93b63

View File

@@ -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.