Merge pull request #3788 from Gcampes/patch-3

[HTML5] - Fix user not being removed on tab close
This commit is contained in:
Anton Georgiev 2017-04-06 13:23:37 -04:00 committed by GitHub
commit 5286a6acb7

View File

@ -57,7 +57,7 @@ export default function userLeaving(credentials, userId) {
}
};
return Users.update(selector, modifier, cb);
Users.update(selector, modifier, cb);
}
let payload = {