fixes bugs and remaining ts errors

This commit is contained in:
Skillz4Killz
2021-10-28 16:44:06 +00:00
committed by GitHub
parent b481be2946
commit 468ce033e1
23 changed files with 103 additions and 41 deletions
+1 -1
View File
@@ -130,5 +130,5 @@ export async function processGlobalQueue(rest: RestManager) {
}
// ALLOW OTHER QUEUES TO START WHEN NEW REQUEST IS MADE
rest.globalQueueProcessing = true;
rest.globalQueueProcessing = false;
}