chore: make connection paging more like standard
This commit is contained in:
@@ -476,8 +476,8 @@ func (e *PostEvent) Values() any {
|
||||
}
|
||||
|
||||
return struct {
|
||||
Payload []byte
|
||||
Tags []string
|
||||
Payload []byte `json:"payload"`
|
||||
Tags []string `json:"tags,omitempty"`
|
||||
}{
|
||||
Payload: e.payload,
|
||||
Tags: e.tags,
|
||||
|
||||
Reference in New Issue
Block a user