diff --git a/gcm.go b/gcm.go index 69c5ea7..2717f3f 100644 --- a/gcm.go +++ b/gcm.go @@ -15,7 +15,7 @@ type Message struct { CollapseKey string `json:"collapse_key,omitempty"` Data map[string]interface{} `json:"data,omitempty"` DelayWhileIdle bool `json:"delay_while_idle,omitempty"` - TimeToLive int `json:"time_to_live",omitempty` + TimeToLive int `json:"time_to_live,omitempty"` } type Response struct {