We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9014c88 commit ef6898bCopy full SHA for ef6898b
src/utils/fetch/fetch-content.ts
@@ -26,7 +26,7 @@ const getXpCacheKey =
26
})
27
: () => ({});
28
29
-const redisCache = await new RedisCache().init(process.env.BUILD_ID);
+const redisCache = await new RedisCache().init(process.env.BUILD_ID, '');
30
31
const fetchConfig = {
32
headers: {
0 commit comments