Skip to content

Commit

Permalink
commented syncNickNames API
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavangbhat committed Mar 17, 2024
1 parent e70ad3a commit 1d1d13c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
syncExternalAccounts,
syncIdle7dUsers,
syncIdleUsers,
syncNickNames,
syncOnboarding31dPlusUsers,
syncUnverifiedUsers,
syncUsersStatus,
Expand All @@ -29,7 +28,7 @@ export default {

case EVERY_20_MINUTES: {
await syncIdleUsers(env);
await syncNickNames(env);
// await syncNickNames(env); TODO: Enable it once changes from website-backend is merged
await syncIdle7dUsers(env);
await syncOnboarding31dPlusUsers(env);
console.log('Worker for syncing idle users, nicknames, idle 7d users, and onboarding 31d+ users has completed.');
Expand Down

0 comments on commit 1d1d13c

Please sign in to comment.