Altinn / app-localtest

Solution for testing apps locally on your own machine
8 stars 14 forks source link

Fix NullPointerException with completed instances in GetInstancesByQuery. #111

Closed henrili closed 1 month ago

henrili commented 1 month ago

My previous PR introduced a NullPointerException for completed instances, which caused GetInstancesByQuery to only return 500 Server error when there are complete instances in the storage. This PR fixes this issue.

Description

Added null conditional to the problematic object.

Related Issue(s)

None

Verification

Documentation