change: prettier code

This commit is contained in:
Skillz4Killz
2021-11-02 03:00:41 +00:00
committed by GitHub Action
parent 8c944ca2e0
commit 5e65134089

View File

@@ -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) {