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 48da1cd commit 309c600Copy full SHA for 309c600
coderd/notifications/types/payload.go
@@ -17,5 +17,5 @@ type MessagePayload struct {
17
18
Actions []TemplateAction `json:"actions"`
19
Labels map[string]string `json:"labels"`
20
- Data map[string]any `json:"data,omitempty"`
+ Data map[string]any `json:"data"`
21
}
0 commit comments