Skip to content

fix(handlers): set correct config media type when saving manifest on DB

João Pereira requested to merge improve-manifest-handling into master

I noticed that when saving a manifest on the DB we're using the config blob media type (always application/octet-stream) instead of the more accurate media type present in the manifest payload.

Merge request reports