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 112c80a commit 8bfc41eCopy full SHA for 8bfc41e
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