Skip to content

Commit

Permalink
fix(health): fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Mar 10, 2017
1 parent 5880491 commit 0f8c3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/health.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export class Health {
* This function is similar to requestAuthorization() and has similar quirks.
*
* @param {Array<String>} datatypes a list of data types you want to be granted access to
* @return {type: function(authorized)}, if the argument is true, the app is authorized
* @return {Promise<any>}
*/
@Cordova()
static isAuthorized(datatypes: Array<string>): Promise<any> {
Expand Down

0 comments on commit 0f8c3ce

Please sign in to comment.