Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure default edge is not removed
If a new edge update comes in that sets a schema variant to the default, but that variant is already default, we end up with no default. I'm not sure why this update is being produced (since there should be no difference in this case for the edge in question), but this prevents the issue from arising.
- Loading branch information