Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bbernays committed Dec 21, 2022
2 parents 58bce52 + c828b74 commit 53f5bc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cache.ts
Expand Up @@ -50,6 +50,7 @@ const getIntervalKey = (invalidationIntervalDays: number): string => {
return intervalNumber.toString()
}


async function buildCacheKeys(): Promise<string[]> {
const keys = []
// Periodically invalidate a cache because a new code being added.
Expand Down

0 comments on commit 53f5bc5

Please sign in to comment.