Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
climba03003 committed Jul 20, 2022
1 parent b9fa9e4 commit 417721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/removeFilesFromBody.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ t.test('removeFilesFromBody', function (t) {
fastify.post<{ Body: { foo: String, file: string } }>('/', async function (request, reply) {
const body = await request.parseMultipart()
return await reply.code(200).send({
body: body,
body,
files: request.files
})
})
Expand Down

0 comments on commit 417721e

Please sign in to comment.