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:
parent
1c0b3d5780
commit
de1d8d67d8
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user