mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
8c944ca2e0
commit
5e65134089
@@ -88,8 +88,8 @@ export async function processGlobalQueue(rest: RestManager) {
|
||||
// If NOT rate limited remove from queue
|
||||
if (response.status !== 429) {
|
||||
// rest.debug(JSON.stringify((await response.json()).errors));
|
||||
console.log(JSON.stringify((await response.json())));
|
||||
|
||||
console.log(JSON.stringify(await response.json()));
|
||||
|
||||
request.request.reject(new Error(`[${response.status}] ${error}`));
|
||||
} else {
|
||||
if (request.payload.retryCount++ >= rest.maxRetryCount) {
|
||||
|
||||
Reference in New Issue
Block a user