We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48c880 commit 18155bfCopy full SHA for 18155bf
app/utils/podcast-latest-season.server.ts
@@ -73,7 +73,7 @@ export async function getLatestPodcastSeasonLinks({
73
request,
74
timings,
75
key: 'podcasts:latest-season-links',
76
- // Keep this fairly fresh; it’s used on every page load for nav links.
+ // Keep this fairly fresh; it's used on every page load for nav links.
77
ttl: 1000 * 60 * 5,
78
staleWhileRevalidate: 1000 * 60 * 60 * 24,
79
checkValue: latestPodcastSeasonLinksSchema,
0 commit comments