Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dipendraupreti committed Oct 24, 2024
1 parent 87996ea commit 86379ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generators/fastify-plugin/templates/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import type { FastifyInstance } from "fastify";
const plugin = FastifyPlugin(
async (
fastify: FastifyInstance,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
options: Record<never, never>,
) => {
fastify.log.info("Registering <%= name %> plugin");
}
},
);

export default plugin;

0 comments on commit 86379ef

Please sign in to comment.