You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3116987 moved the switch in
`ValueObjectVariable::UpdateValue` to
`ValueObject::UpdateChildrenAddressType`.
31c4cc7 then reverted this change.
e337350 looks to have re-applied it but
moved `ValueObject::UpdateChildrenAddressType` down into
`ValueObjectVariable::UpdateChildrenAddressType` and
6b16a52 enabled calling it again.
Neither of these remove the old switch in
`ValueObjectVariable::UpdateValue` though.
Remove the duplicate switch.
0 commit comments