remove dead inverse method, add write tests, update read tests, add error enums used by tests

This commit is contained in:
tiagosiebler
2022-05-10 13:22:28 +01:00
parent c94b4d16ff
commit c6758b65cc
6 changed files with 285 additions and 90 deletions

View File

@@ -131,8 +131,7 @@ export default abstract class BaseRestClient {
await this.syncTime();
}
const signedRequest = await this.signRequest(params);
return signedRequest;
return this.signRequest(params);
}
/**