Skip to content

Commit

Permalink
Exposed the request processor
Browse files Browse the repository at this point in the history
  • Loading branch information
GrzegorzManiak committed Jun 3, 2024
1 parent 9b00e8e commit c722d3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noise_validator",
"version": "1.2.6",
"version": "1.2.7",
"main": "./src/index.ts",
"license": "MIT",
"author": {
Expand Down
1 change: 1 addition & 0 deletions src/middleware/generic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default class GenericMiddleware<
protected get headers() { return this._request_object.headers; }
protected get request() { return this._request_object.fastify.request; }
protected get reply() { return this._request_object.fastify.reply; }
protected get request_processor() { return this._request_object.request_processor; }



Expand Down

0 comments on commit c722d3a

Please sign in to comment.