mirror of
https://github.com/safing/portbase
synced 2025-09-01 18:19:57 +00:00
Fix wrapper dsd format
This commit is contained in:
parent
b956aba66e
commit
3a92993600
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue