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( export function createServerTransport(token: string, baseUrl: string) {
token: string,
baseUrl: string,
) {
return libCreateServerTransport(token, { return libCreateServerTransport(token, {
baseUrl, baseUrl,
interceptors: !process.env.CUSTOM_REQUEST_HEADERS interceptors: !process.env.CUSTOM_REQUEST_HEADERS