We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0955308 commit 2c1a476Copy full SHA for 2c1a476
bridge/status/messagecheckpoint.go
@@ -79,8 +79,8 @@ type MessageCheckpoint struct {
79
ClientType string `json:"client_type,omitempty"`
80
ClientVersion string `json:"client_version,omitempty"`
81
82
- OriginalEventID id.EventID `json:"original_event_id"`
83
- ManualRetryCount int `json:"manual_retry_count"`
+ OriginalEventID id.EventID `json:"original_event_id,omitempty"`
+ ManualRetryCount int `json:"manual_retry_count,omitempty"`
84
}
85
86
var CheckpointTypes = map[event.Type]struct{}{
0 commit comments