chore(hms): ignore error check
This commit is contained in:
parent
5f88e5da5d
commit
4ec672923f
|
@ -188,7 +188,7 @@ func PushToHuawei(req PushNotification) bool {
|
|||
Retry:
|
||||
var isError = false
|
||||
|
||||
notification, err := GetHuaweiNotification(req)
|
||||
notification, _ := GetHuaweiNotification(req)
|
||||
|
||||
client, err = InitHMSClient(PushConf.Huawei.APIKey, PushConf.Huawei.APPId)
|
||||
|
||||
|
|
Loading…
Reference in New Issue