Closed sevbauer closed 2 years ago
There's a typo in deleteMuxAsset when sending the request to Strapis backend. The "Content-Type"-Header is written as "Contet-Type". After fixing the typo, the JSON.parse in the backend-code isn't required anymore.
deleteMuxAsset
JSON.parse
@erikpena any chance on someone taking a look at this? it seems to be a trivial fix of an unintentional typo
There's a typo in
deleteMuxAsset
when sending the request to Strapis backend. The "Content-Type"-Header is written as "Contet-Type". After fixing the typo, theJSON.parse
in the backend-code isn't required anymore.