Skip to content

Commit

Permalink
Revert "fix: wrong FastifyReplyFromOptions.http type, could be boolean (
Browse files Browse the repository at this point in the history
#266)" (#267)

This reverts commit 7139069.
  • Loading branch information
Uzlopak authored Aug 11, 2022
1 parent 345a9e6 commit 92fded8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export interface FastifyReplyFromOptions {
base?: string;
cacheURLs?: number;
disableCache?: boolean;
http?: HttpOptions | boolean;
http?: HttpOptions;
http2?: Http2Options | boolean;
undici?: Pool.Options;
contentTypesToEncode?: string[];
Expand Down

0 comments on commit 92fded8

Please sign in to comment.