Skip to content

Commit

Permalink
chore: revert to prod key
Browse files Browse the repository at this point in the history
  • Loading branch information
Complexlity committed Sep 1, 2024
1 parent d4127a8 commit c9f2b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const job = new CronJob(
"America/Los_Angeles"
);

const BLOCKED_KEY = "blocked_users_test";
const BLOCKER_KEY = "blocker_users_test";
const BLOCKED_KEY = "blocked_users";
const BLOCKER_KEY = "blocker_users";
// const CURSOR_KEY = "lastCursors";
const sdkInstance = new uniFarcasterSdk({
neynarApiKey: config.NEYNAR_API_KEY,
Expand Down

0 comments on commit c9f2b29

Please sign in to comment.