This commit is contained in:
David Arranz 2019-11-13 12:23:55 +01:00
parent 39a449e894
commit 392f66b574

View File

@ -15,9 +15,7 @@ const createPushMessage = (data) => {
data: data.data, data: data.data,
_displayInForeground: true, _displayInForeground: true,
sound: 'default', sound: 'default',
android: { channelId: 'lqdvi-messages'
channelId: 'lqdvi-messages'
}
}; };
console.log(pushMessage); console.log(pushMessage);
return pushMessage; return pushMessage;