Pass user id (#44)

This commit is contained in:
Bethuel Mmbaga
2026-02-10 19:06:26 +03:00
committed by GitHub
parent 8c173f14b5
commit df4b180c7b
+1 -1
View File
@@ -65,6 +65,6 @@ func InitIntegrationMetrics(ctx context.Context, metrics telemetry.AppMetrics) (
}, nil
}
func IsValidChildAccount(_ context.Context, _, _ string) bool {
func IsValidChildAccount(_ context.Context, _, _, _ string) bool {
return false
}