refactor
This commit is contained in:
parent
66cea8df9d
commit
92b4d32efe
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ angular.module('copayApp.services')
|
||||||
});
|
});
|
||||||
|
|
||||||
push.on('error', function(e) {
|
push.on('error', function(e) {
|
||||||
$log.error(e.message);
|
$log.warn('Error with push notifications:' + e.message);
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue