diff --git a/src/core/emulator/providers/local-notifications.ts b/src/core/emulator/providers/local-notifications.ts index bcf07ca6b..3b943aba1 100644 --- a/src/core/emulator/providers/local-notifications.ts +++ b/src/core/emulator/providers/local-notifications.ts @@ -294,10 +294,6 @@ export class LocalNotificationsMock extends LocalNotifications { notification.timeoutAfter = this.parseToInt('timeoutAfter', notification); } - if (typeof notification.data == 'object') { - notification.data = JSON.stringify(notification.data); - } - this.convertPriority(notification); this.convertTrigger(notification); this.convertActions(notification);