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 72e84b2 commit 22218e0Copy full SHA for 22218e0
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