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 33e7732 commit de69e3dCopy full SHA for de69e3d
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, this);
+ await this.errors._get(ServerErrorRegistry.ErrorCodes.BAD_URL, null)._send(res, apiRequest);
56
return;
57
58
if (e instanceof Request.SocketClosedError)
0 commit comments