Skip to content

Commit 22d7c2b

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent 5bbe16b commit 22d7c2b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages-exp/auth-exp/src/api/index.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@ export async function performApiRequest<T, V>(
7878

7979
const response: Response = await Promise.race<Promise<Response>>([
8080
fetch(
81-
`${auth.config.apiScheme}://${auth.config.apiHost}${path}?${querystring({
82-
key: auth.config.apiKey,
83-
...params
84-
}).slice(1)}`,
81+
`${auth.config.apiScheme}://${auth.config.apiHost}${path}?${querystring(
82+
{
83+
key: auth.config.apiKey,
84+
...params
85+
}
86+
).slice(1)}`,
8587
{
8688
method,
8789
headers: {

0 commit comments

Comments
 (0)