tris lovely typos

This commit is contained in:
Skillz4Killz
2021-10-25 18:35:39 +00:00
committed by GitHub
parent 4d33e1f68b
commit a42ca52c06
102 changed files with 331 additions and 277 deletions

View File

@@ -57,7 +57,7 @@ export function processRequestHeaders(rest: RestManager, url: string, headers: H
}
if (ratelimited && !rest.processingRateLimitedPaths) {
rest.processRateLimitedPaths();
rest.processRateLimitedPaths(rest);
}
return ratelimited ? bucketId : undefined;
}