We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc5ad9 commit 9e593ceCopy full SHA for 9e593ce
src/infraDeploy.ts
@@ -544,7 +544,7 @@ async function getInfraChangesForAdding(): Promise<InfraAddingChanges> {
544
545
// Filter out roles that are being added to avoid conflicts
546
rolesToRemoveFiltered = rolesToRemoveFiltered.filter(
547
- (r) => !rolesToAddFiltered.includes(r),
+ (r) => !rolesToAdd.includes(r),
548
);
549
550
return {
0 commit comments