From 36885b4f9ee8c35cc78ed71b5c692e8daa52ecae Mon Sep 17 00:00:00 2001 From: Gordon <1432970085@qq.com> Date: Thu, 28 Jul 2022 15:32:03 +0800 Subject: [PATCH] test --- internal/push/fcm/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/push/fcm/push.go b/internal/push/fcm/push.go index a9c7e5b39..767ca7ec6 100644 --- a/internal/push/fcm/push.go +++ b/internal/push/fcm/push.go @@ -23,7 +23,7 @@ var ( ) func init() { - //FcmClient = newFcmClient() + FcmClient = newFcmClient() } func newFcmClient() *Fcm {