Skip to content

Commit

Permalink
Merge pull request #13 from nearbycoder/master
Browse files Browse the repository at this point in the history
Removed let from meeting on line 77 of manager.js
  • Loading branch information
Kaan authored and Kaan committed Dec 29, 2015
2 parents 2c6d88a + 2ea3302 commit 4bee113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class manager {
return bot.reply(message,
'Sorry, there is an existing meeting in this channel');

let meeting = that.create(channelId);
meeting = that.create(channelId);
let channel = new Channel(that.controller);

channel
Expand Down

0 comments on commit 4bee113

Please sign in to comment.