deb
This commit is contained in:
parent
df78bb86f7
commit
be19204f6c
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ export default class {
|
||||||
}
|
}
|
||||||
|
|
||||||
pushToCache = (ok: boolean) => {
|
pushToCache = (ok: boolean) => {
|
||||||
|
console.log("pushing to cache", ok)
|
||||||
const now = Math.floor(Date.now() / 1000)
|
const now = Math.floor(Date.now() / 1000)
|
||||||
this.rotateCache(now)
|
this.rotateCache(now)
|
||||||
if (this.last24hCache.length === 0) {
|
if (this.last24hCache.length === 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue