Skip to content

Commit

Permalink
Merge pull request #44 from darksurfer/master
Browse files Browse the repository at this point in the history
Ignore my previous one Sorry :/
  • Loading branch information
aliasaria committed Dec 8, 2013
2 parents 92e5469 + de4815d commit 1d3f898
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/data/mongodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ db.prototype = {
);
},
setBoardSize: function(room, size) {
this.room.findOne({name:room})
this.rooms.update(
{name:room},
{$set:{'size':size}}
Expand Down

0 comments on commit 1d3f898

Please sign in to comment.