Skip to content

Commit

Permalink
chore: add changeset for fastify-multer patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Sep 1, 2022
1 parent 4a17bbf commit 0ab9b86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/chatty-dolls-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@nest-lab/fastify-multer': patch
---

allow for multiple `registerAsync` calls

By moving the registration of the multipart content parse to a separate core module, the core module only gets activated once which allows for multiple `registerAsync` calls without calling the `fastify.register()` multiple times. This should resovle the error in #11.

0 comments on commit 0ab9b86

Please sign in to comment.