Skip to content

Commit 53f5bc5

Browse files
committed
2 parents 58bce52 + c828b74 commit 53f5bc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cache.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const getIntervalKey = (invalidationIntervalDays: number): string => {
5050
return intervalNumber.toString()
5151
}
5252

53+
5354
async function buildCacheKeys(): Promise<string[]> {
5455
const keys = []
5556
// Periodically invalidate a cache because a new code being added.

0 commit comments

Comments
 (0)