Skip to content

Commit

Permalink
Merge b343060 into c3a9ae2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 25, 2021
2 parents c3a9ae2 + b343060 commit 96dd0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async function main() {
});
await instance.listen(0);

const undiciInstance = fastify()
const undiciInstance = fastify();
undiciInstance.register(replyFrom, {
base: "http://example2.com",
undici: {
Expand Down

0 comments on commit 96dd0c4

Please sign in to comment.