Fixes error in documentation

This commit is contained in:
Stefan Aebischer
2020-01-20 22:20:24 -05:00
parent 470415056e
commit 4fb1d963e2

View File

@@ -133,6 +133,6 @@ client.changeUserLeverage({leverage: 4, symbol: 'ETHUSD'})
console.log(result);
})
.catch(err => {
console.error(error);
console.error(err);
});
```