diff --git a/src/app/api/neatqueue-webhook/route.ts b/src/app/api/neatqueue-webhook/route.ts index 0ae80f8..0fd423d 100644 --- a/src/app/api/neatqueue-webhook/route.ts +++ b/src/app/api/neatqueue-webhook/route.ts @@ -99,7 +99,7 @@ export async function POST(req: NextRequest) { console.log({ playerIds }) await syncHistory() await Promise.allSettled( - [RANKED_CHANNEL, VANILLA_CHANNEL].map((id) => + [RANKED_CHANNEL].map((id) => leaderboardService.refreshLeaderboard(id) ) )