diff --git a/notification.go b/notification.go index f25361a..69b8dc1 100644 --- a/notification.go +++ b/notification.go @@ -161,7 +161,8 @@ func pushNotificationIos(req RequestPushNotification) bool { res, err := ApnsClient.Push(notification) if err != nil { - log.Println("There was an error", err) + log.Println("There was an error: ", err) + return false }