quota/tokenCount: I always forget about debug logs...
This commit is contained in:
parent
b2ee156028
commit
4abdaebf70
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ export default class tokenCount implements IQuota {
|
||||||
this.findNthUsage(userId, request.createdTimestamp, unitCount)
|
this.findNthUsage(userId, request.createdTimestamp, unitCount)
|
||||||
]);
|
]);
|
||||||
|
|
||||||
console.log(renameMebecause);
|
|
||||||
return {
|
return {
|
||||||
...userQuota,
|
...userQuota,
|
||||||
recoveryTimestamp: (renameMebecause.at(0)?.timestamp.valueOf() ?? Infinity) + this.lookback,
|
recoveryTimestamp: (renameMebecause.at(0)?.timestamp.valueOf() ?? Infinity) + this.lookback,
|
||||||
|
|
Loading…
Reference in a new issue