Update task object property to change from latest_completed to latestCompleted

pull/11991/head
Palak Bhojani 2019-02-19 13:41:57 -08:00
parent eb32636dda
commit e4dc3bfe24
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ type Task struct {
Every string `json:"every,omitempty"`
Cron string `json:"cron,omitempty"`
Offset string `json:"offset,omitempty"`
LatestCompleted string `json:"latest_completed,omitempty"`
LatestCompleted string `json:"latestCompleted,omitempty"`
CreatedAt string `json:"createdAt,omitempty"`
UpdatedAt string `json:"updatedAt,omitempty"`
}