apparently undefined is not a function. who knew?

This commit is contained in:
reality 2013-10-22 14:38:10 +00:00
parent 2bd9b081f5
commit 1c0b3d5780

View File

@ -185,7 +185,7 @@ var sstats = function(dbot) {
} }
}); });
this.db.del('user_stats', oldUser.id, function() {}); this.db.del('user_stats', oldUser.id, function() {});
this.db.save('user_stats', newUser.id, function() {}); this.db.save('user_stats', newUser.id, newUser, function() {});
}.bind(this)); }.bind(this));
}.bind(this)); }.bind(this));