Skip to content

Commit

Permalink
fix types tests after undici update (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Mar 21, 2023
1 parent 8f9b21c commit 4c0a847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ app.register(fastifyHttpProxy, {
connections: 128,
pipelining: 1,
keepAliveTimeout: 60 * 1000,
tls: {
connect: {
rejectUnauthorized: false
}
},
Expand Down

0 comments on commit 4c0a847

Please sign in to comment.