Skip to content

Commit

Permalink
fix iterator issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeisel committed May 22, 2024
1 parent 5d53924 commit 84da771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ export function attachPatternsToSuitableTasks(
}
});

children.values().forEach((id) => {
children.forEach((id) => {
attachPatternsToSuitableConstruct(
elementRegistry.get(id),
pattern,
Expand Down

0 comments on commit 84da771

Please sign in to comment.