Skip to content

Commit

Permalink
Eslint auto fix problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsargó Dávid committed Dec 3, 2018
1 parent e857455 commit a30f713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/passport-oauth2.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ passport.use(
profileStorage.save(fetchedProfile);
done(null, fetchedProfile);
}, error => done(error, null));
})),
}))
);

module.exports = passport;

0 comments on commit a30f713

Please sign in to comment.