Skip to content

Commit

Permalink
adds statusCode projection
Browse files Browse the repository at this point in the history
  • Loading branch information
ValJed committed Mar 13, 2024
1 parent 23478c5 commit d23a155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ module.exports = {
externalUrl: 1,
urlType: 1,
ignoreQueryString: 1,
forwardQueryString: 1
forwardQueryString: 1,
statusCode: 1
})
.toArray();

Expand Down

0 comments on commit d23a155

Please sign in to comment.