transistorsoft / cordova-background-geolocation-SampleApp

Cordova Background Geolocation Sample Application
https://www.transistorsoft.com/shop/products/cordova-background-geolocation
MIT License
122 stars 78 forks source link

property testservice never used, stalls build #93

Closed Barryg86 closed 6 years ago

Barryg86 commented 6 years ago

Hi there, getting this error. Anything I've done wrong / can I just remove form source?

[11:51:32] tslint: ...c/cordova-background-geolocation-SampleApp-master/src/pages/advanced/advanced.ts, line: 110 Property 'testService' is declared but never used.

 L109:      public settingsService: SettingsService,
 L110:      private testService: TestService) {
christocracy commented 6 years ago

It’s not an error. Just a warning.

I imported my test service because I use it sometimes during development.

Ignore

Barryg86 commented 6 years ago

All good - cheers