Skip to content

Commit dbd48ac

Browse files
Merge branch 'master' of github.com:RocketChat/Rocket.Chat
2 parents c094836 + a4ad06d commit dbd48ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rocketchat-lib/server/methods/joinDefaultChannels.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Meteor.methods
22
joinDefaultChannels: ->
33
if not Meteor.userId()
4-
throw new Meteor.Error('invalid-user', "[methods] setUsername -> Invalid user")
4+
throw new Meteor.Error('invalid-user', "[methods] joinDefaultChannels -> Invalid user")
55

66
console.log '[methods] joinDefaultChannels -> '.green, 'userId:', Meteor.userId(), 'arguments:', arguments
77

0 commit comments

Comments
 (0)