Skip to content

Commit 9e593ce

Browse files
fix: Role fix
1 parent 8cc5ad9 commit 9e593ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infraDeploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ async function getInfraChangesForAdding(): Promise<InfraAddingChanges> {
544544

545545
// Filter out roles that are being added to avoid conflicts
546546
rolesToRemoveFiltered = rolesToRemoveFiltered.filter(
547-
(r) => !rolesToAddFiltered.includes(r),
547+
(r) => !rolesToAdd.includes(r),
548548
);
549549

550550
return {

0 commit comments

Comments
 (0)