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
fix(snowflake): make UnmarshalJSON accept empty strings
An empty string is now interpreted as a Snowflake with value 0.
Also added a new test to ensure empty strings get properly unmarshalled
into Snowflakes.