Skip to content

DEICH-6203 - Fixed IspirationCard if no recommendations are provided by Sibyl

Tom Adam requested to merge DEICH-6203-404-feil into master

Empty JSON arrays are mapped to null in Go, which causes some trouble in this case. It was easier to have it fixed on the client side, than to write a custom null-array serializer in Go.

Closes DEICH-6203

Merge request reports