Skip to content

Commit

Permalink
Keeps user from being passed to HTTP. Solves percolatestudio#11.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiku committed Apr 13, 2015
1 parent 911f957 commit 08009f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google-api-async.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ GoogleApi = {

options = options || {};
var user = options.user || Meteor.user();
delete options.user;

if (user && user.services && user.services.google &&
user.services.google.accessToken) {
Expand Down

0 comments on commit 08009f2

Please sign in to comment.