Pass user id

This commit is contained in:
bcmmbaga
2026-02-10 17:41:28 +03:00
parent 8c173f14b5
commit 3dc0ff202e
+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
}