Skip to content

Commit

Permalink
fix: change slug to id in notification schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
berenteb committed Mar 5, 2024
1 parent 828f914 commit 5af02b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/notification.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class NotificationService {
content: {
title: presentation.title,
body: `Hamarosan kezdődik a(z) ${presentation.room} teremben!`,
data: { tab: 'presentation', screen: 'presentation-details', slug: presentation.slug },
data: { tab: 'presentation', screen: 'presentation-details', id: presentation.slug },
},
trigger: triggerDate,
});
Expand Down

0 comments on commit 5af02b4

Please sign in to comment.