diff --git a/notifications.js b/notifications.js index 6224435..fffcbbe 100644 --- a/notifications.js +++ b/notifications.js @@ -30,7 +30,7 @@ const sendPushNotification = async (profileToken, body, data) => { let messages = []; // Construct a message (see https://docs.expo.io/push-notifications/sending-notifications/) messages.push({ - to: pushToken, + to: pushTokens, sound: 'default', body: body, data: data,