console.log the notification onject

This commit is contained in:
Peter Maquiran
2021-08-30 12:17:20 +01:00
parent 7c07dfff32
commit 9edd0bc15f
+4 -4
View File
@@ -156,15 +156,15 @@ export class HomePage implements OnInit {
updateList() {
this.notificationsService.registerCallback(
'any',
'despachos',
() => {
this.despachoRule.getList({updateStore: true})
}
)
// synchro.registerCallback('Notification', (DataArray)=> {
// }, 'any')
synchro.registerCallback('Notification', (notification)=> {
console.log('notification====== £=======£==========£======', notification)
}, 'any')
}