mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
fix(proxyRequests): Typo in error message (#8537)
fix(proxyRequests): typo in error message Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ export function proxyRequests(rest: REST): RequestHandler {
|
|||||||
|
|
||||||
if (!method || !url) {
|
if (!method || !url) {
|
||||||
throw new TypeError(
|
throw new TypeError(
|
||||||
'Invalid request. Missing method and/or url, implying that this is not a Server IncomingMesage',
|
'Invalid request. Missing method and/or url, implying that this is not a Server IncomingMessage',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user