Fix wrapper dsd format

This commit is contained in:
Daniel 2021-11-29 23:03:03 +01:00
parent b956aba66e
commit 3a92993600

View file

@ -119,7 +119,7 @@ func (w *Wrapper) MarshalRecord(r Record) ([]byte, error) {
c.AppendAsBlock(metaSection)
// data
dataSection, err := w.Marshal(r, dsd.JSON)
dataSection, err := w.Marshal(r, dsd.AUTO)
if err != nil {
return nil, err
}