feat(): updated examples, readme
This commit is contained in:
@@ -11,9 +11,9 @@ const client = new RestClientV2({
|
||||
});
|
||||
|
||||
client.getVirtualSubaccounts(params)
|
||||
.then(response => {
|
||||
.then((response) => {
|
||||
console.log(response);
|
||||
})
|
||||
.catch(error => {
|
||||
.catch((error) => {
|
||||
console.error(error);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user