This commit is contained in:
boufni95 2025-01-09 17:49:54 +00:00
parent df78bb86f7
commit be19204f6c

View file

@ -60,6 +60,7 @@ export default class {
}
pushToCache = (ok: boolean) => {
console.log("pushing to cache", ok)
const now = Math.floor(Date.now() / 1000)
this.rotateCache(now)
if (this.last24hCache.length === 0) {