mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-02-04 21:00:58 +00:00
wip milano-cortina 2026
This commit is contained in:
@ -4,7 +4,7 @@ import { existsSync, mkdirSync, readFileSync, writeFileSync } from "fs"
|
||||
const debug = Debug(`olympics-calendar:cache`);
|
||||
|
||||
const cachePath = (key: string): string => {
|
||||
return `../cache/${key}`;
|
||||
return `../cache/${key}.cached`;
|
||||
}
|
||||
|
||||
export const get = (key: string): string | null => {
|
||||
|
||||
Reference in New Issue
Block a user