added isValidChildAccount func

This commit is contained in:
crn4
2026-02-09 17:43:19 +01:00
parent a6f9966884
commit 54777b2024
+4
View File
@@ -64,3 +64,7 @@ func InitIntegrationMetrics(ctx context.Context, metrics telemetry.AppMetrics) (
AppMetrics: metrics,
}, nil
}
func IsValidChildAccount(_ context.Context, _, _ string) bool {
return false
}