fix: deploy to npm

This commit is contained in:
Skillz
2023-02-27 14:39:17 -06:00
parent 3bbb03b8e3
commit 199af86c4e
+1
View File
@@ -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