*rename promise to result
This commit is contained in:
parent
79bf18a2ed
commit
9a2f37a3b0
|
@ -21,7 +21,7 @@ export default class RpcQuery {
|
||||||
this.init();
|
this.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
get promise(): Promise<any> {
|
get result(): Promise<any> {
|
||||||
return this._promise as Promise<any>;
|
return this._promise as Promise<any>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue