Parameter cleanup

This commit is contained in:
Ian Gulliver
2021-09-24 04:53:22 +00:00
parent bdec09a2b8
commit 14a980ec57
3 changed files with 29 additions and 19 deletions

View File

@@ -21,7 +21,8 @@ type taskResponse struct {
}
type tasksResponse struct {
Data []*Task `json:"data"`
Data []*Task `json:"data"`
NextPage *nextPage `json:"next_page"`
}
type taskUpdate struct {