We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dd0cf commit 491124bCopy full SHA for 491124b
notify/jira/types.go
@@ -69,7 +69,7 @@ type issueTransitions struct {
69
70
// MarshalJSON merges the struct issueFields and issueFields.CustomField together.
71
func (i issueFields) MarshalJSON() ([]byte, error) {
72
- jsonFields := map[string]interface{}{}
+ jsonFields := map[string]any{}
73
74
if i.Summary != nil {
75
jsonFields["summary"] = *i.Summary
0 commit comments