Skip to content

Fix passing Fastify options - #691

Closed
frodoe7 wants to merge 1 commit into
fastify:mainfrom
frodoe7:patch-1
Closed

Fix passing Fastify options#691
frodoe7 wants to merge 1 commit into
fastify:mainfrom
frodoe7:patch-1

Conversation

@frodoe7

@frodoe7 frodoe7 commented Jan 2, 2024

Copy link
Copy Markdown

Checklist

Signed-off-by: Ahmed Mohsen <ahmed.yalahwy@gmail.com>
@frodoe7 frodoe7 mentioned this pull request Jan 2, 2024
2 tasks
Comment thread start.js
}

if (opts.options && file.options) {
if (opts.options || file.options) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is absolutely a wrong fix.
The opts.options expected to be true in order to allow file options.
It is the documented behavior.

@Tony133

Tony133 commented Aug 27, 2026

Copy link
Copy Markdown
Member

Closing this PR as stale. The proposed fix is no longer relevant ( see comment here: #691 (comment) ), and the PR has been inactive since 2024.

@Tony133 Tony133 closed this Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants