Skip to content

Commit

Permalink
Fix for processing tweets on reconnect.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewberryman committed Oct 19, 2016
1 parent deef1d0 commit 1e5d5de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PowertrackDataSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ PowertrackDataSource.prototype._storeTweetID = function(tweetActivity,tweetProce
function(result) {
let id = Number(self._parseTweetIdFromActivity(tweetActivity));
if (id > self.lastTweetID) {
self.lastTweetID = id;
tweetProcessor(self,tweetActivity);
self.logger.verbose('Recorded tweet ' + id + ' as having been seen.');
}
Expand Down

0 comments on commit 1e5d5de

Please sign in to comment.