Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Apr 6, 2020
1 parent 2ecea85 commit b8ea457
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 @@ -423,7 +423,7 @@ module.exports = async (browser, options) => {
await followUserFollowers(username, { maxFollowsPerUser, skipPrivate });

if (hasReachedFollowedUserDayLimit()) {
logger.log('Have reached daily unfollow rate limit, exiting loop');
logger.log('Have reached daily follow rate limit, exiting loop');
return;
}

Expand Down

0 comments on commit b8ea457

Please sign in to comment.