mirror of
https://github.com/safing/portbase
synced 2025-09-02 02:29:59 +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)
|
c.AppendAsBlock(metaSection)
|
||||||
|
|
||||||
// data
|
// data
|
||||||
dataSection, err := w.Marshal(r, dsd.JSON)
|
dataSection, err := w.Marshal(r, dsd.AUTO)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue