mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
replaced 'currentInvocation.userId()' with 'currentInvocation.userId'
This commit is contained in:
@@ -883,7 +883,7 @@ _.extend(Meteor._LivedataServer.prototype, {
|
||||
};
|
||||
var currentInvocation = Meteor._CurrentInvocation.get();
|
||||
if (currentInvocation) {
|
||||
userId = currentInvocation.userId();
|
||||
userId = currentInvocation.userId;
|
||||
setUserId = function(userId) {
|
||||
currentInvocation.setUserId(userId);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user