Skip to content

Commit 6fb90a7

Browse files
committed
Minor formatting
1 parent f6f4aa1 commit 6fb90a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Oauth.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ export async function initializeOauthSession(domain: string): Promise<string> {
7676
`https://${normalizeDomain(domain)}/api/oauth/create/session`,
7777
{ method: 'POST' },
7878
);
79+
7980
return session.data.key;
81+
8082
} catch (error) {
8183
logMessage('error', {
8284
code: 'ERR_SESSION',

0 commit comments

Comments
 (0)