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
The text was updated successfully, but these errors were encountered:
hsinha610
changed the title
Issue is De-Serialization of numeric string ConditionValue
Issue in De-Serialization of numeric string ConditionValue
Jun 24, 2024
Actual:
ConditionValueSerializer is converting 1 & "1" both to ConditionValue.IntValue(1).
Expected:
1 -> ConditionValue.IntValue(1)
"1" -> ConditionValue.StringValue(1)
The text was updated successfully, but these errors were encountered: