Skip to content

Commit

Permalink
Merge pull request #355 from is2ei/fix-typo
Browse files Browse the repository at this point in the history
chore: fix typo Mulipart -> Multipart
  • Loading branch information
jsumners committed Jun 10, 2022
2 parents d589d0a + f11b498 commit 07c8fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test-d.ts
Expand Up @@ -18,7 +18,7 @@ const runServer = async () => {
sharedSchemaId: 'sharedId',
throwFileSizeLimit: false,
// stream should be of type streams.Readable
// body should be of type fastifyMulipart.Record<string, BodyEntry>
// body should be of type fastifyMultipart.Record<string, BodyEntry>
onFile: (fieldName: string, stream: any, filename: string, encoding: string, mimetype: string, body: Record<string, any>) => {
console.log(fieldName, stream, filename, encoding, mimetype, body)
},
Expand Down

0 comments on commit 07c8fd5

Please sign in to comment.