Skip to content

Commit

Permalink
fix(Pro): CordovaCheck should sync. #2136 #2127
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jan 25, 2018
1 parent c8ecee0 commit f419db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/pro/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class Pro extends IonicNativePlugin {
/**
* Ionic Pro Deploy .js API.
*/
@CordovaCheck()
@CordovaCheck({ sync: true })
deploy(): ProDeploy {
if (this._deploy) return this._deploy;
else return this._deploy = new ProDeploy(Pro.getPlugin().deploy);
Expand Down

0 comments on commit f419db5

Please sign in to comment.