remove unnecessary variables/services
This commit is contained in:
parent
886c1dd33c
commit
f16efeb69e
3 changed files with 4 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
angular.module('copayApp.services')
|
||||
.factory('pushNotificationsService', function($http, $rootScope, $log, isMobile, storageService, configService, lodash, isCordova) {
|
||||
.factory('pushNotificationsService', function($log, isMobile, storageService, configService, lodash, isCordova) {
|
||||
var root = {};
|
||||
var usePushNotifications = isCordova && !isMobile.Windows();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue