We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50acb62 commit 447d516Copy full SHA for 447d516
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