Skip to content

Commit

Permalink
fix bugs with PN data
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kalveram committed May 31, 2019
1 parent 43efaac commit f194781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/reminders.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const sendRemindersForEvent = event => {
pushNotificationsHelper.sendNotifications(tokens, {
title: "Recordatorio para el evento",
message: event.title,
data: { type, id: latestItem.id },
data: { type: "reminders", id: event.id },
})
})
}
Expand Down

0 comments on commit f194781

Please sign in to comment.