*Need to return RPCResponse response structure
This commit is contained in:
parent
8379fb73a4
commit
bce2e9e4fc
|
@ -107,7 +107,9 @@ const plugin: Plugin = {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
return resp;
|
return {
|
||||||
|
data: resp,
|
||||||
|
};
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue