Skip to content

Commit 309c600

Browse files
committed
payload
1 parent 48da1cd commit 309c600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/notifications/types/payload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ type MessagePayload struct {
1717

1818
Actions []TemplateAction `json:"actions"`
1919
Labels map[string]string `json:"labels"`
20-
Data map[string]any `json:"data,omitempty"`
20+
Data map[string]any `json:"data"`
2121
}

0 commit comments

Comments
 (0)