Skip to content

Commit

Permalink
Merge pull request #26 from jonnydgreen/chore/narrow-supported-fastif…
Browse files Browse the repository at this point in the history
…y-version-to-v5

Narrow supported Fastify version to 5.x
  • Loading branch information
jonnydgreen authored Oct 14, 2024
2 parents baae8b5 + 3de8fd8 commit 71481dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const mercuriusGQLUpload: FastifyPluginCallback<UploadOptions> = (
}

export const mercuriusUpload = fp(mercuriusGQLUpload, {
fastify: '>= 4.x',
fastify: '5.x',
name: 'mercurius-upload',
})

Expand Down

0 comments on commit 71481dc

Please sign in to comment.