Remove unused conditions
[ZITADOPER-1]
This commit is contained in:
@@ -369,6 +369,7 @@ func (wr *wrappedMachineUserReconciler) reconcileUserGrants(ctx context.Context,
|
||||
for _, existingGrantedProject := range grantedProjects.Result {
|
||||
if existingGrantedProject.ProjectId == userGrantedProject.Status.ProjectId {
|
||||
existingProjectGrant = existingGrantedProject
|
||||
break
|
||||
}
|
||||
}
|
||||
if existingProjectGrant == nil {
|
||||
|
||||
Reference in New Issue
Block a user