*Resolve should return a RPCResponse

This commit is contained in:
Derrick Hammer 2022-08-28 23:17:04 -04:00
parent bb0841cf4a
commit 4f855110f5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ export default class WisdomRpcQuery extends RpcQueryBase {
response = { error: ERR_MAX_TRIES_HIT };
}
this.resolve(response);
this.resolve({ data: response });
break;
}
}