GenderedIntelligence / the-trans-dimension

The Trans Dimension is an online community hub connecting trans communities in London.
http://transdimension.uk
Other
3 stars 1 forks source link

[Bug]: Build failing on null telephone when there is an email address #402

Closed katjam closed 3 weeks ago

katjam commented 3 weeks ago

Description

Build with a partner having contact email without phone.

Json.Decode.oneOf failed in the following 2 ways:
--
09:10:26.610 |  
09:10:26.610 |  
09:10:26.610 |  
09:10:26.611 | (1) Problem with the value at json.telephone:
09:10:26.611 |  
09:10:26.611 | null
09:10:26.611 |  
09:10:26.611 | Expecting a STRING
09:10:26.611 |  
09:10:26.611 |  
09:10:26.611 |  
09:10:26.611 | (2) Problem with the given value:
09:10:26.612 |  
09:10:26.612 | {
09:10:26.612 | "email": "hello@materialgrrrlz.com",
09:10:26.612 | "telephone": null
09:10:26.612 | }
09:10:26.612 |  
09:10:26.612 | Expecting null