mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-02-14 20:30:49 +00:00
official website update
This commit is contained in:
@ -5,7 +5,7 @@ export class Cache {
|
||||
private debug = Debug("olympics-calendar:cache");
|
||||
|
||||
private cachePath = (key: string): string => {
|
||||
return `./cache/${key}.cached`;
|
||||
return `./cache/${key}.json`;
|
||||
};
|
||||
|
||||
public get(key: string): string | null {
|
||||
|
||||
Reference in New Issue
Block a user