Skip to content

Commit 728464e

Browse files
authored
Merge pull request #13 from moriyoshi/fix-contexts-type
Fix type for Event.Contexts.
2 parents f430f21 + f73eef6 commit 728464e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type Event struct {
7373
Entries *[]Entry `json:"entries,omitempty"`
7474
Packages *map[string]string `json:"packages,omitempty"`
7575
SDK *map[string]interface{} `json:"sdk,omitempty"`
76-
Contexts *map[string]string `json:"contexts,omitempty"`
76+
Contexts *map[string]interface{} `json:"contexts,omitempty"`
7777
Context *map[string]interface{} `json:"context,omitempty"`
7878
Release *Release `json:"release,omitempty"`
7979
GroupID *string `json:"groupID,omitempty"`

0 commit comments

Comments
 (0)