mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
parent
c8ecee01d6
commit
f419db5d80
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user