Ekerot / arkimera-robotics-project

0 stars 0 forks source link

return single object - not array - from GET fileID endpoint #168

Closed beppek closed 7 years ago

beppek commented 7 years ago

Fixes #166 The issue stemmed in mongo as it returns all resultsets as arrays (sets). I agree that this endpoint should only ever return a single file. This solves the issue.

tr222cj commented 7 years ago

Looks like a proper fix! Client needs to adjusted accordingly so I put this on hold until client is fixed.