Skip to content

Commit 43387ee

Browse files
Update github/agent_tasks.go
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
1 parent 4263d58 commit 43387ee

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
@@ -92,7 +92,7 @@ type AgentTaskListByRepoOptions struct {
9292
AgentTaskListOptions
9393

9494
// CreatorID filters tasks by creator user ID.
95-
CreatorID int64 `url:"creator_id,omitempty"`
95+
CreatorID *int64 `url:"creator_id,omitempty"`
9696
}
9797

9898
// CreateAgentTaskOptions represents the parameters for creating an agent task.

0 commit comments

Comments
 (0)