diff --git a/src/utils/hooks/hooksConfigManager.ts b/src/utils/hooks/hooksConfigManager.ts index c7c5a0d..13e4ee0 100644 --- a/src/utils/hooks/hooksConfigManager.ts +++ b/src/utils/hooks/hooksConfigManager.ts @@ -398,3 +398,4 @@ export function getMatcherMetadata( ): MatcherMetadata | undefined { return getHookEventMetadata(toolNames)[event].matcherMetadata } +