Closed Oliver84 closed 4 years ago
Right now we assume that the API will always send a list of BOWS back even if there's only 1. However, if there's only 1, it doesn't send a list, just an object. So we need to be able to handle either a list, or an object in the BOWS response
This might be better handled in the API instead of here
Right now we assume that the API will always send a list of BOWS back even if there's only 1. However, if there's only 1, it doesn't send a list, just an object. So we need to be able to handle either a list, or an object in the BOWS response