We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612a8f1 commit 601c5feCopy full SHA for 601c5fe
packages/node/src/integrations/tracing/fastify-v3/internal-types.ts
@@ -29,9 +29,7 @@ export type FastifyPlugin = (
29
30
export interface FastifyInstance {
31
version: string;
32
- register: (
33
- plugin: FastifyPlugin,
34
- ) => FastifyInstance;
+ register: (plugin: FastifyPlugin) => FastifyInstance;
35
after: (listener?: (err: Error) => void) => FastifyInstance;
36
addHook(
37
name:
0 commit comments