This commit is contained in:
Elio Bischof
2025-07-01 16:04:24 +02:00
parent 28d13262fb
commit a634c60232

View File

@@ -1499,10 +1499,7 @@ export async function listAuthenticationMethodTypes({
});
}
export function createServerTransport(
token: string,
baseUrl: string,
) {
export function createServerTransport(token: string, baseUrl: string) {
return libCreateServerTransport(token, {
baseUrl,
interceptors: !process.env.CUSTOM_REQUEST_HEADERS