muxinc / strapi-plugin-mux-video-uploader

A Strapi plugin for managing uploads to Mux.
https://mux.com
23 stars 16 forks source link

Fix typo in "Contet-Type" #42

Closed sevbauer closed 1 year ago

sevbauer commented 1 year 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.

inanc-g commented 1 year ago

@erikpena any chance on someone taking a look at this? it seems to be a trivial fix of an unintentional typo