fix prettier issue

Signed-off-by: Samira Mokaram <samiram@spotify.com>
This commit is contained in:
Samira Mokaram
2021-08-12 16:47:31 +02:00
parent 3201f09734
commit 03121606fc
2 changed files with 3 additions and 4 deletions
+1 -3
View File
@@ -107,9 +107,7 @@ export interface OAuthHandlers {
* Handles the redirect from the auth provider when the user has signed in.
* @param {express.Request} req
*/
handler(
req: express.Request,
): Promise<{
handler(req: express.Request): Promise<{
response: AuthResponse<OAuthProviderInfo>;
refreshToken?: string;
}>;