Skip to content

Commit

Permalink
Update MIDDLEWARE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrzegorzManiak authored Jul 4, 2024
1 parent 4b3f260 commit 40d956e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIDDLEWARE.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ this.request_processor; //: Access the request processor.
import { GenericMiddleware, MiddlewareNamespace, GenericError, SomeInputSchema } from 'noise-validator';

const SomeInputSchema = new Schema({
'x-header-name: String,
'x-header-name': String,
});

class CustomHeaderMiddleware extends GenericMiddleware<void> {
Expand Down

0 comments on commit 40d956e

Please sign in to comment.