Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamstarkov committed Feb 10, 2016
1 parent cd5f7e4 commit 0c30b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export default function getTwitterFollowers(tokens, username) {
const client = new Twitter(tokens);
const options = { screen_name: username, stringify_ids: true, count: 5000 };
return accumulate(client, options, []);
};
}

0 comments on commit 0c30b66

Please sign in to comment.