From 967cde1fb58f6091be1c901514dfe63a8a13548a Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sat, 16 Apr 2022 20:12:01 -0400 Subject: [PATCH] JSON format --- server/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/types.go b/server/types.go index b0379107..4c5714d6 100644 --- a/server/types.go +++ b/server/types.go @@ -46,7 +46,7 @@ type attachment struct { type action struct { Action string `json:"action"` Label string `json:"label"` - URL string `json:"URL,omitempty"` + URL string `json:"url,omitempty"` } // publishMessage is used as input when publishing as JSON