Skip to content

Commit 2010022

Browse files
committed
Fix swagger documentation generator
1 parent f7e0e95 commit 2010022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/pkg/entities/message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type Message struct {
4747
Status MessageStatus `json:"status" gorm:"index:idx__messages__status" example:"pending"`
4848

4949
// 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"`
50+
SendDuration *int64 `json:"send_time" example:"133414"`
5151

5252
RequestReceivedAt time.Time `json:"request_received_at" example:"2022-06-05T14:26:01.520828+03:00"`
5353
CreatedAt time.Time `json:"created_at" example:"2022-06-05T14:26:02.302718+03:00"`

0 commit comments

Comments
 (0)