diff --git a/core/push.go b/core/push.go index 924cc49..bf59a98 100644 --- a/core/push.go +++ b/core/push.go @@ -22,5 +22,4 @@ func (ct *Chat) Push(content interface{}) { push(ct.ID, ct.UserID, content.(string)) } } - }