Skip to content

Commit ef6898b

Browse files
committed
linting
1 parent 9014c88 commit ef6898b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/fetch/fetch-content.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const getXpCacheKey =
2626
})
2727
: () => ({});
2828

29-
const redisCache = await new RedisCache().init(process.env.BUILD_ID);
29+
const redisCache = await new RedisCache().init(process.env.BUILD_ID, '');
3030

3131
const fetchConfig = {
3232
headers: {

0 commit comments

Comments
 (0)