We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdf443 commit 3e33a0eCopy full SHA for 3e33a0e
src/Server.ts
@@ -52,7 +52,7 @@ class Server<A> {
52
}
53
catch (e) {
54
if (e instanceof Request.BadUrlError) {
55
- await this.errors._get(ServerErrorRegistry.ErrorCodes.BAD_URL, null)._send(res, apiRequest);
+ await this.errors._get(ServerErrorRegistry.ErrorCodes.BAD_URL, null)._send(res);
56
return;
57
58
if (e instanceof Request.SocketClosedError)
0 commit comments