Skip to content

fix(client): cover case of no content-type

Tania Fecheta requested to merge fix-delete-response-headers into master

In case the response header does not have a content-type it throws this error in the console: VM504:37 TypeError: Cannot read property 'includes' of null. This happens on delete endpoint on collection/:collectionId

Merge request reports