From 07a8f2726d56d146c7cc55c36afcf2daff11eddc Mon Sep 17 00:00:00 2001 From: crusader Date: Fri, 13 Apr 2018 19:57:43 +0900 Subject: [PATCH] ing --- subscribe/message.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subscribe/message.go b/subscribe/message.go index 40315b1..234214c 100644 --- a/subscribe/message.go +++ b/subscribe/message.go @@ -8,8 +8,7 @@ import ( type Message struct { TargetType TargetType `json:"targetType"` Targets []string `json:"targets"` - MessageRaw *json.RawMessage `json:"message"` - Message []byte + Message *json.RawMessage `json:"message"` } type MessageBody struct {