Skip to content

Commit c415a5f

Browse files
committed
Better checks (wasn't rebooting properly)
1 parent a7ff785 commit c415a5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHECKS

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
WAIT=1
1+
WAIT=5
2+
ATTEMPTS=10
23
/check OK

server/user/views.js

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ function authenticateUser(code) {
3939
const plus = google.plus('v1');
4040
return promisify(plus.people, 'get')({ userId: 'me', auth: oauth2Client });
4141
}).then(response => {
42-
console.log('in final then');
4342
return User.findOneAndUpdate({googleId: response.id}, {
4443
googleId: response.id,
4544
name: response.displayName,

0 commit comments

Comments
 (0)