Skip to content

fix to_aron() for unset optional values

Tilman Daab requested to merge fix/aron-optional-value into master

Currently, to_aron() fails for optional aron attributes that are not set. The merge request fixes that.

Merge request reports