Apple Push notifications. Trying something else. again

This commit is contained in:
Martin Donnelly 2016-04-29 14:08:17 +01:00
parent 51800e5fd8
commit 972c95e8cd

View File

@ -110,6 +110,8 @@ var officeController = function(neweventbus) {
eventBus.on('setupNextMeeting', this.setupNextMeeting.bind(this, this.todaysList));
logger.debug(this.todaysList);
eventBus.on('cleanUp', (id) => {
logger.debug('+ => cleanUp');
this.cleanUpMeeting(id);