Skip to content

Commit 4c0a847

Browse files
authored
fix types tests after undici update (#293)
1 parent 8f9b21c commit 4c0a847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ app.register(fastifyHttpProxy, {
3030
connections: 128,
3131
pipelining: 1,
3232
keepAliveTimeout: 60 * 1000,
33-
tls: {
33+
connect: {
3434
rejectUnauthorized: false
3535
}
3636
},

0 commit comments

Comments
 (0)