Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wm): remove panic on missing matching strategy
This commit ensures that if an IdWithIdentifer without an explicitly set matching strategy makes it through to should_act_individual, it will be treated the same as MatchingStrategy::Legacy instead of causing a runtime panic.
- Loading branch information