Skip to content

fix: Avoid always exit code 1

Victor Engmark requested to merge fix/avoid-always-exit-code-1 into master

After changing VcardValidator.result to not be Optional I didn't check for the empty string in the caller.

Merge request reports