mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 22:47:35 +00:00
lint
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user