Fix storage service

This commit is contained in:
Peter Maquiran
2021-08-31 19:30:08 +01:00
parent 40a6a4d37a
commit 82a601ccec
6 changed files with 16 additions and 41 deletions
+1 -3
View File
@@ -54,9 +54,7 @@ export class NotificationsService {
registerCallback(type: string, funx: Function, object: any = {} ) {
this.callbacks.push({type, funx})
if(!object.hasOwnProperty('desktop') && object['desktop'] != false) {
synchro.registerCallback('Notification',funx, type)
}
synchro.registerCallback('Notification',funx, type)
}