Skip to content

Commit 14bb1cd

Browse files
committed
yarn run format
1 parent b8c9e6d commit 14bb1cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/auth/src/api/authentication/exchange_token.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ export async function exchangeToken(
3535
auth: Auth,
3636
request: ExchangeTokenRequest
3737
): Promise<ExchangeTokenResponse> {
38-
return _performRegionalApiRequest<ExchangeTokenRequest, ExchangeTokenResponse>(
38+
return _performRegionalApiRequest<
39+
ExchangeTokenRequest,
40+
ExchangeTokenResponse
41+
>(
3942
auth,
4043
HttpMethod.POST,
4144
RegionalEndpoint.EXCHANGE_TOKEN,

0 commit comments

Comments
 (0)