mirror of
https://gitlab.silvrtree.co.uk/martind2000/SODashServer.git
synced 2025-02-11 05:39:15 +00:00
Apple Push notifications. Trying something else. again
This commit is contained in:
parent
972c95e8cd
commit
3a74998f51
@ -110,8 +110,8 @@ var officeController = function(neweventbus) {
|
|||||||
|
|
||||||
eventBus.on('setupNextMeeting', this.setupNextMeeting.bind(this, this.todaysList));
|
eventBus.on('setupNextMeeting', this.setupNextMeeting.bind(this, this.todaysList));
|
||||||
|
|
||||||
logger.debug(this.todaysList);
|
logger.debug('Todayslist', this.todaysList);
|
||||||
|
|
||||||
eventBus.on('cleanUp', (id) => {
|
eventBus.on('cleanUp', (id) => {
|
||||||
logger.debug('+ => cleanUp');
|
logger.debug('+ => cleanUp');
|
||||||
this.cleanUpMeeting(id);
|
this.cleanUpMeeting(id);
|
||||||
|
Loading…
Reference in New Issue
Block a user