forked from GitHub/dbot
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];
|
delete tWord.users[oldUser.id];
|
||||||
this.db.save('tracked_words', tWord.word, tWord, function() {});
|
this.db.save('tracked_words', tWord.word, tWord, function() {});
|
||||||
}
|
}
|
||||||
}.bind(this));
|
}.bind(this), function() {});
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}.bind(this);
|
}.bind(this);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user