Commit 1349628
committed
refactor(push-notification): update notification payload structure
- Corrected the structure of the PushNotificationPayload
- Removed unnecessary fields (body, data)
- Added new fields (notificationId, notificationType, contentType, contentId)
- Simplified the payload object to improve readability and maintainability1 parent 7e4e077 commit 1349628
1 file changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
214 | 215 | | |
215 | | - | |
216 | 216 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
224 | 222 | | |
225 | 223 | | |
226 | 224 | | |
| |||
0 commit comments