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