mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-07 09:08:11 +01:00
Fix debugger
This commit is contained in:
@@ -44,7 +44,7 @@ export default class Limiter {
|
||||
static async isLimited(updateId: number): Promise<boolean> {
|
||||
const count = await this._getCount(updateId);
|
||||
|
||||
this.debugger(`${updateId}: ${count}`)
|
||||
this.debugger(`${updateId}: ${count}`);
|
||||
|
||||
return count > this.MAX_PROCESSING_COUNT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user