Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(checks): latest does not check for nil (#147)
Maybe is a smell that we need `Struct.tryFromJson` but the core issue is the undefined object passed validation, which is surprising to me, but non the less there is some cleanup needed in Struct.fromJson since I made the changes to only return back the fields that match, and not the whole object.
- Loading branch information