From 392f66b5749a23e093919edc9d9d2d99e0d97d97 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 13 Nov 2019 12:23:55 +0100 Subject: [PATCH] . --- helpers/push.helper.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helpers/push.helper.js b/helpers/push.helper.js index 557900b..f992ac1 100644 --- a/helpers/push.helper.js +++ b/helpers/push.helper.js @@ -15,9 +15,7 @@ const createPushMessage = (data) => { data: data.data, _displayInForeground: true, sound: 'default', - android: { - channelId: 'lqdvi-messages' - } + channelId: 'lqdvi-messages' }; console.log(pushMessage); return pushMessage;