JSON format

This commit is contained in:
Philipp Heckel 2022-04-16 20:12:01 -04:00
parent 26efd481e3
commit 967cde1fb5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ type attachment struct {
type action struct { type action struct {
Action string `json:"action"` Action string `json:"action"`
Label string `json:"label"` Label string `json:"label"`
URL string `json:"URL,omitempty"` URL string `json:"url,omitempty"`
} }
// publishMessage is used as input when publishing as JSON // publishMessage is used as input when publishing as JSON