We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ff785 commit c415a5fCopy full SHA for c415a5f
CHECKS
@@ -1,2 +1,3 @@
1
-WAIT=1
+WAIT=5
2
+ATTEMPTS=10
3
/check OK
server/user/views.js
@@ -39,7 +39,6 @@ function authenticateUser(code) {
39
const plus = google.plus('v1');
40
return promisify(plus.people, 'get')({ userId: 'me', auth: oauth2Client });
41
}).then(response => {
42
- console.log('in final then');
43
return User.findOneAndUpdate({googleId: response.id}, {
44
googleId: response.id,
45
name: response.displayName,
0 commit comments