SpiderStrategies / node-tweet-stream

Node twitter module to hook into the public filter streaming, seamlessly updating the tracking keywords.
210 stars 43 forks source link

language missing in hasFilters #30

Closed alegrm closed 8 years ago

alegrm commented 9 years ago

Isn't language.length missing in this line?

https://github.com/SpiderStrategies/node-tweet-stream/blob/master/lib/twitter.js#L181

nathanbowser commented 9 years ago

Looks like it. PR welcome

jeveloper commented 8 years ago

Looks like its fixed in 1.9

nathanbowser commented 8 years ago

Yep, fixed in https://github.com/SpiderStrategies/node-tweet-stream/pull/26/files

Thanks for reminding me, @jeveloper