mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-12 04:30:04 +00:00
Do not use proto casing in v1alpha1
API JSON fields (#8988)
This commit is contained in:
parent
dd10a3ab5d
commit
1ea042dd6e
@ -122,7 +122,6 @@ func (g *Gateway) Start() {
|
||||
gwruntime.WithMarshalerOption(gwruntime.MIMEWildcard, &gwruntime.HTTPBodyMarshaler{
|
||||
Marshaler: &gwruntime.JSONPb{
|
||||
MarshalOptions: protojson.MarshalOptions{
|
||||
UseProtoNames: true,
|
||||
EmitUnpopulated: true,
|
||||
},
|
||||
UnmarshalOptions: protojson.UnmarshalOptions{
|
||||
|
Loading…
Reference in New Issue
Block a user