Skip to content

Fix offering type

Denis kreiner requested to merge hessm/credential-retrieval-service:fix into main

This is just a short fix: Cloudevent are send in JSON-Format, the receiver runs into panic, because it cannot unmarshal it (mapstructure).

Merge request reports