The code in `common.js` calls Meteor.userId(), and if that code is called from within a publish function, Meteor will issue this error: ``` Meteor.userId can only be invoked in method calls. Use this.userId in publish functions. ```