mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
console.log the notification onject
This commit is contained in:
@@ -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')
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user