Skip to content

Commit

Permalink
chore: update issue trigger to use local override to core
Browse files Browse the repository at this point in the history
  • Loading branch information
leggetter committed Dec 11, 2024
1 parent 7873145 commit 256784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issue_trigger.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func (i *IssueTriggerUpdateRequest) MarshalJSON() ([]byte, error) {
DisabledAt *core.DateTime `json:"disabled_at,omitempty"`
}{
embed: embed(*i),
DisabledAt: core.NewDateTimeFromOptional(i.DisabledAt),
DisabledAt: NewDateTimeFromOptional(i.DisabledAt),
}
return json.Marshal(marshaler)
}
Expand Down

0 comments on commit 256784c

Please sign in to comment.