Skip to content

Commit e45b7f7

Browse files
committed
docs: Keep requestContextMiddleware option help concise
1 parent 4721ad7 commit e45b7f7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/Options/Definitions.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,7 @@ module.exports.ParseServerOptions = {
558558
},
559559
requestContextMiddleware: {
560560
env: 'PARSE_SERVER_REQUEST_CONTEXT_MIDDLEWARE',
561-
help:
562-
'Options to customize the request context using inversion of control/dependency injection. Applied on Express HTTP requests and on internal directAccess requests via ParseServerRESTController (synthetic request; headers may be empty).',
561+
help: 'Options to customize the request context using inversion of control/dependency injection.',
563562
},
564563
requestKeywordDenylist: {
565564
env: 'PARSE_SERVER_REQUEST_KEYWORD_DENYLIST',

src/Options/docs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)