From 539dd5426de435bdbd2991b410511e31fe517499 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Fri, 17 Sep 2021 10:26:17 +0800 Subject: [PATCH] update --- core/push.go | 1 - 1 file changed, 1 deletion(-) 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)) } } - }