From de1d8d67d8dc735670427b3afdfdb341665afa94 Mon Sep 17 00:00:00 2001 From: reality Date: Tue, 22 Oct 2013 14:43:18 +0000 Subject: [PATCH] no final callback on merged words --- modules/sstats/sstats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sstats/sstats.js b/modules/sstats/sstats.js index 158707b..bb8f275 100644 --- a/modules/sstats/sstats.js +++ b/modules/sstats/sstats.js @@ -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); };