mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
f3b818491a
commit
1734cb3bcd
@@ -20,7 +20,7 @@ export function processQueue(rest: RestManager, id: string) {
|
||||
// ONLY ADD TIMEOUT IF ANOTHER QUEUE IS NOT PENDING
|
||||
if (!queue.isWaiting) {
|
||||
queue.isWaiting = true;
|
||||
|
||||
|
||||
setTimeout(() => {
|
||||
rest.debug(`[REST - processQueue] rate limited, running setTimeout.`);
|
||||
rest.processQueue(rest, id);
|
||||
|
||||
Reference in New Issue
Block a user