Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Fix bug in dedupe_node_list function (#137)
The code changes fix a bug in the `dedupe_node_list` function where a node instance was not found in the node map. The bug is now handled by logging a warning message and skipping the iteration. This ensures that the function continues to execute without any errors.
- Loading branch information