Skip to content

Commit

Permalink
fix: update fastify version plugin annotation to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Sep 26, 2022
1 parent 107e7a1 commit 0fc2427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const openIDAuthPlugin: FastifyPluginAsync<FastifyOpenIDAuthPluginOptions
fastify.decorate(name, openIDAuthNamespace)
},
{
fastify: '3.x',
fastify: '4.x',
name: 'fastify-openid-auth',
decorators: {
request: ['session']
Expand Down

0 comments on commit 0fc2427

Please sign in to comment.