3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

no final callback on merged words

This commit is contained in:
reality 2013-10-22 14:43:18 +00:00
parent 1c0b3d5780
commit de1d8d67d8

View File

@ -199,7 +199,7 @@ var sstats = function(dbot) {
delete tWord.users[oldUser.id];
this.db.save('tracked_words', tWord.word, tWord, function() {});
}
}.bind(this));
}.bind(this), function() {});
}.bind(this));
}.bind(this);
};