You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (project != null && project.getRemoved() == null) {
2125
+
activeManagedProjects.add(projectId);
2126
+
}
2126
2127
}
2127
-
}
2128
2128
2129
-
if (!activeManagedProjects.isEmpty()) {
2130
-
thrownewInvalidParameterValueException(
2131
-
String.format(
2132
-
"Unable to delete account [%s], because it manages the following project(s): %s. Please, remove the account from these projects or demote it to a regular project role first.",
2133
-
accountId, activeManagedProjects
2134
-
)
2135
-
);
2129
+
if (!activeManagedProjects.isEmpty()) {
2130
+
thrownewInvalidParameterValueException(
2131
+
String.format(
2132
+
"Unable to delete account [%s], because it manages the following project(s): %s. Please, remove the account from these projects or demote it to a regular project role first.",
0 commit comments