biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 16 forks source link

Fix bug with http code 200 and server error message #657

Closed lehecht closed 9 months ago

lehecht commented 9 months ago

Whole frame video annotations don't have points which leads to an empty array. RefreshSingleAnnotation() tried to access the array which caused an exception within the then-branch of the promise.

Resolves #641