ShapeshiftService fix for app startup.

This commit is contained in:
Brendon Duncan 2018-08-08 15:36:18 +12:00
commit da88ddbd40

View file

@ -136,4 +136,6 @@ angular.module('copayApp.services').factory('shapeshiftService', function ($http
}
});
};
return root;
});