*Need to return RPCResponse response structure

This commit is contained in:
Derrick Hammer 2022-08-31 00:10:47 -04:00
parent 8379fb73a4
commit bce2e9e4fc
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 1 deletions

View File

@ -107,7 +107,9 @@ const plugin: Plugin = {
throw e;
}
return resp;
return {
data: resp,
};
},
});
},