1 parent f7e0e95 commit 2010022Copy full SHA for 2010022
1 file changed
api/pkg/entities/message.go
@@ -47,7 +47,7 @@ type Message struct {
47
Status MessageStatus `json:"status" gorm:"index:idx__messages__status" example:"pending"`
48
49
// SendDuration is the number of nanoseconds from when the request was received until when the mobile phone send the message
50
- SendDuration *int64 `json:"send_time" example:"2022-06-05T14:26:01.520828+03:00"`
+ SendDuration *int64 `json:"send_time" example:"133414"`
51
52
RequestReceivedAt time.Time `json:"request_received_at" example:"2022-06-05T14:26:01.520828+03:00"`
53
CreatedAt time.Time `json:"created_at" example:"2022-06-05T14:26:02.302718+03:00"`
0 commit comments