twitterraffle
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -107,3 +107,4 @@ #!/usr/bin/env node | ||
function getUsers(tweets) { | ||
console.log("No tweets found."); | ||
if (tweets.length === 0) | ||
console.log("No tweets found."); | ||
return tweets.map(t => t.user.id_str).filter((userId, index, self) => self.indexOf(userId) === index); | ||
@@ -110,0 +111,0 @@ } |
{ | ||
"name": "twitterraffle", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A tool that allows you to run a raffle on twitter, asking the user who won to follow another user.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21861
192