Skip to content
Snippets Groups Projects
Commit 12024944 authored by Svyatoslav Sabadin's avatar Svyatoslav Sabadin
Browse files

Merge branch 'PD-4920' into 'master'

fix:PD-4920:fix name

See merge request !151
parents 92b02b1a 7176702f
No related branches found
Tags v1.24.108
1 merge request!151fix:PD-4920:fix name
Pipeline #30869 passed with stages
in 1 minute and 5 seconds
......@@ -44,13 +44,13 @@ func (r Request) MarshalJSON() ([]byte, error) {
}
res, err := json.Marshal(&struct {
Value interface{}
Epoch int64
BytesFields []string
Value interface{}
Epoch int64
BytesTypeFields []string
}{
Value: r.Value,
Epoch: r.Epoch,
BytesFields: r.BytesTypeFields,
Value: r.Value,
Epoch: r.Epoch,
BytesTypeFields: r.BytesTypeFields,
})
if err != nil {
return res, errors.WithMessage(err, "transport Request MarshalJSON Marshal failed")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment