Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
scripts/track-users.js: Use new file format.
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcase committed Jan 4, 2021
1 parent c15dcec commit f84ecf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/track-users.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const limit = Number(process.argv[3]) || Infinity;
break;
}

await redis.zadd('tracked', 'NX', 0, obj.actor_login);
await redis.zadd('tracked', 'NX', 0, obj.login);
}

process.exit(0);
Expand Down

0 comments on commit f84ecf0

Please sign in to comment.