Skip to content

Commit 5160bbf

Browse files
Update github/agent_tasks.go
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
1 parent a2f45a2 commit 5160bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/agent_tasks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ type AgentTaskListOptions struct {
8484
IsArchived bool `url:"is_archived,omitempty"`
8585

8686
// Since filters tasks updated at or after this time.
87-
Since *time.Time `url:"since,omitempty"`
87+
Since time.Time `url:"since,omitempty"`
8888

8989
ListOptions
9090
}

0 commit comments

Comments
 (0)