Skip to content

Commit

Permalink
fix(BLE): make readRSSI() not static (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielolivaresd authored and ihadeed committed Oct 6, 2017
1 parent 2179699 commit 363b41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/ble/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export class BLE extends IonicNativePlugin {
*@returns {Promise<any>}
*/
@Cordova()
static readRSSI(
readRSSI(
deviceId: string,
): Promise<any> { return; }
}

0 comments on commit 363b41e

Please sign in to comment.