Skip to content

Commit 3acabb3

Browse files
committed
Update types.
1 parent 95b3bc2 commit 3acabb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/node/src/integrations/tracing/fastify-v3/internal-types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export type FastifyErrorCodes = any;
2424
export type FastifyPlugin = any;
2525

2626
export interface FastifyInstance {
27-
pluginName: string;
2827
register: (plugin: FastifyPlugin) => void;
2928
addHook(
3029
name:

0 commit comments

Comments
 (0)