From 70a286c1dfbb81449e79f8262d131f5a7f8cdad4 Mon Sep 17 00:00:00 2001 From: Savage <139500071+svg8bit@users.noreply.github.com> Date: Tue, 11 Aug 2026 14:26:38 +0000 Subject: [PATCH] fix: refresh conflict feed schema cache --- lib/polymarket-conflict-preview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/polymarket-conflict-preview.ts b/lib/polymarket-conflict-preview.ts index 2ea496a..20e0ca2 100644 --- a/lib/polymarket-conflict-preview.ts +++ b/lib/polymarket-conflict-preview.ts @@ -356,7 +356,7 @@ async function buildLiveConflictPreviewFeed(): Promise { const getCachedLiveConflictPreviewFeed = unstable_cache( buildLiveConflictPreviewFeed, - ["oddsfront-live-conflict-feed-v3-five-minute-freshness"], + ["oddsfront-live-conflict-feed-v4-market-condition-ids"], { revalidate: REFRESH_SECONDS, tags: ["oddsfront-live-conflict-feed"],