From 61f35e871587e1767c13f9b7c4099ee8ca9a895f Mon Sep 17 00:00:00 2001 From: Sorunome Date: Mon, 16 Nov 2020 11:31:31 +0100 Subject: [PATCH] fix: resolve some sentry issues --- lib/utils/firebase_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/firebase_controller.dart b/lib/utils/firebase_controller.dart index 21276a62..62cb978d 100644 --- a/lib/utils/firebase_controller.dart +++ b/lib/utils/firebase_controller.dart @@ -74,7 +74,7 @@ abstract class FirebaseController { if (currentPushers.isNotEmpty) { for (final currentPusher in currentPushers) { currentPusher.pushkey = token; - currentPusher.kind = 'null'; + currentPusher.kind = null; await client.setPusher( currentPusher, append: true,