Skip to content

Commit

Permalink
Fix Assignee
Browse files Browse the repository at this point in the history
  • Loading branch information
obed-sj committed Jan 30, 2024
1 parent d5a6baf commit a619562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ type NewCustomFieldEntry struct {

type NewIncidentRoleAssignment struct {
IncidentRoleID string `json:"incident_role_id"`
Assignee []User `json:"assignee"`
Assignee User `json:"assignee"`
}

type Incident struct {
Expand Down

0 comments on commit a619562

Please sign in to comment.