Skip to content

Commit

Permalink
fix(types/index): correct decorateReply type
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
  • Loading branch information
Fdawgs committed Dec 4, 2024
1 parent b2018a8 commit 870c977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ type FastifyAccepts = FastifyPluginCallback<fastifyAccepts.FastifyAcceptsOptions

declare namespace fastifyAccepts {
export interface FastifyAcceptsOptions {
decorateReply: boolean
decorateReply?: boolean | undefined
}

export const fastifyAccepts: FastifyAccepts
Expand Down

0 comments on commit 870c977

Please sign in to comment.