Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Sep 17, 2022
1 parent 5b3c335 commit 1c40682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/api/src/plugins/healthcheck.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import fastifyHealthcheck from 'fastify-healthcheck';
import * as fastifyHealthcheck from 'fastify-healthcheck';
import fp from 'fastify-plugin';

export default fp(async fastify => {
// @ts-expect-error ???
return fastify.register(fastifyHealthcheck);
});

0 comments on commit 1c40682

Please sign in to comment.