diff options
Diffstat (limited to 'client/client.go')
| -rw-r--r-- | client/client.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/client.go b/client/client.go index 49c8bc1..c788cb2 100644 --- a/client/client.go +++ b/client/client.go @@ -299,10 +299,10 @@ func (c *Client) ExpiryTimes() (*types.Expiry, error) { cT := b.CountdownTime() nT := b.NotificationTimes() return &types.Expiry{ - StartTime: b.StartTime.Unix(), - EndTime: b.EndTime.Unix(), - ButtonTime: bT, - CountdownTime: cT, + StartTime: b.StartTime.Unix(), + EndTime: b.EndTime.Unix(), + ButtonTime: bT, + CountdownTime: cT, NotificationTimes: nT, }, nil } |
