mirror of
https://github.com/netbirdio/management-integrations.git
synced 2026-05-22 17:09:23 -07:00
Pass user id
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user