mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
woops
This commit is contained in:
parent
8de648a5c8
commit
28a551b3f9
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ const cache = (f: () => (number | undefined) | Promise<number | undefined>, inte
|
||||||
lastCheck = now;
|
lastCheck = now;
|
||||||
value = await f();
|
value = await f();
|
||||||
}
|
}
|
||||||
console.log('error', value);
|
|
||||||
return Number(value || 0);
|
return Number(value || 0);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue