diff --git a/apps/antalmanac/src/lib/helpers.ts b/apps/antalmanac/src/lib/helpers.ts index 34d2af0ec..15c47d539 100644 --- a/apps/antalmanac/src/lib/helpers.ts +++ b/apps/antalmanac/src/lib/helpers.ts @@ -104,6 +104,7 @@ const websocCache: { [key: string]: CacheEntry } = {}; export function clearCache() { Object.keys(websocCache).forEach((key) => delete websocCache[key]); //https://stackoverflow.com/a/19316873/14587004 + Object.keys(gradesCache).forEach((key) => delete websocCache[key]); //https://stackoverflow.com/a/19316873/14587004 } function cleanParams(record: Record) {