From 52948627a1abdea60cecc20f6ccce138a100ae50 Mon Sep 17 00:00:00 2001 From: Davide Segullo Date: Mon, 9 Dec 2024 16:27:36 +0100 Subject: [PATCH] feat: :sparkles: change cache buster to invalidate old cache (#4002) --- packages/web/utils/trpc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/utils/trpc.ts b/packages/web/utils/trpc.ts index 77b1146a0e..9a267450e9 100644 --- a/packages/web/utils/trpc.ts +++ b/packages/web/utils/trpc.ts @@ -101,7 +101,7 @@ export const api = createTRPCNext({ // and data respecting the new model is fetched from the server. // Otherwise, the old data will be served from cache // and unexpected data structures will be run through the app. - buster: "v1", + buster: "v2", }); return {