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

Commit

Permalink
Solved lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Santise committed Jan 17, 2018
1 parent 99a223d commit fa90596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/providers/google.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ const getUser = curry((request, credentials) => pipe(
),
)(credentials));

export const authorize = ({ dance, request }, { appId, callback, scope = SCOPE }) =>
export const authorize = (
{ dance, request },
{ appId, callback, scope = SCOPE }) =>
pipeP(
dance,
fromQueryString,
Expand Down

0 comments on commit fa90596

Please sign in to comment.