⚙️ 🚇 hooksConfigManager.ts

This commit is contained in:
nirholas
2026-03-31 10:24:18 +00:00
parent 65a4b213da
commit e30ff2efd5

View File

@@ -398,3 +398,4 @@ export function getMatcherMetadata(
): MatcherMetadata | undefined { ): MatcherMetadata | undefined {
return getHookEventMetadata(toolNames)[event].matcherMetadata return getHookEventMetadata(toolNames)[event].matcherMetadata
} }