-
Notifications
You must be signed in to change notification settings - Fork 307
Closed
Description
Hello,
We are working with a set of api's that we need to use the parse method on and for some reason the response is not coming through... but it's odd because if we check for the response and return an empty array(collections) or object(models) it doesn't error but it seems to fire twice and on the second execution the response is there for example:
parse: function(data) {
return data.hashMap ? data.hashMap.article : {};
}Whats strange is it worked at one point without having to do something like this but it seems that some dependency changed and everything broke. Any ideas as to what would cause this would be great, thanks!
Metadata
Metadata
Assignees
Labels
No labels