Skip to content

Commit

Permalink
Fix fcmtoken relationship in pepperplate import
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Jun 29, 2019
1 parent a9d52ce commit 5d37511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Backend/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ router.get(
include: [
{
model: FCMToken,
as: 'fcmTokens',
attributes: ['id', 'token']
}
]
Expand Down

0 comments on commit 5d37511

Please sign in to comment.