Skip to content

Commit 3829dbe

Browse files
committed
Fix error handling
1 parent 5889bee commit 3829dbe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dist/server/mongodb-proxy-err.log

Whitespace-only changes.

dist/server/mongodb-proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ function runAggregateQuery( requestId, queryId, body, queryArgs, res, next )
267267
if ( err != null )
268268
{
269269
client.close();
270-
queryError(requestState.requestId, err, next)
270+
queryError(requestId, err, next)
271271
}
272272
else
273273
{

0 commit comments

Comments
 (0)