Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit fa90596

Browse files
author
Ignacio Santise
committed
Solved lint error
1 parent 99a223d commit fa90596

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/providers/google.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ const getUser = curry((request, credentials) => pipe(
4545
),
4646
)(credentials));
4747

48-
export const authorize = ({ dance, request }, { appId, callback, scope = SCOPE }) =>
48+
export const authorize = (
49+
{ dance, request },
50+
{ appId, callback, scope = SCOPE }) =>
4951
pipeP(
5052
dance,
5153
fromQueryString,

0 commit comments

Comments
 (0)