mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: deploy to npm
This commit is contained in:
@@ -189,6 +189,7 @@ export class Queue {
|
||||
}, this.deleteQueueDelay)
|
||||
}
|
||||
|
||||
/** Simply checks if the queue is able to be cleared or it has requests pending. */
|
||||
isQueueClearable(): boolean {
|
||||
if (this.firstRequest) return false
|
||||
if (this.waiting.length > 0) return false
|
||||
|
||||
Reference in New Issue
Block a user