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 2a0c4ea commit 18c20d4Copy full SHA for 18c20d4
src/Server.ts
@@ -56,7 +56,7 @@ class Server<A> {
56
}
57
catch (e) {
58
if (e instanceof Request.BadUrlError) {
59
- await this.errors._get(ServerErrorRegistry.ErrorCodes.BAD_URL, null)._send(res, this);
+ await this.errors._get(ServerErrorRegistry.ErrorCodes.BAD_URL, null)._send(res);
60
return;
61
62
if (e instanceof Request.SocketClosedError)
0 commit comments