address linter complaints
This commit is contained in:
@@ -11,7 +11,8 @@ describe('Private Inverse-Futures REST API GET Endpoints', () => {
|
||||
testnet: false,
|
||||
});
|
||||
|
||||
// Warning: if some of these start to fail with 10001 params error, it's probably that this future expired and a newer one exists with a different symbol!
|
||||
// Warning: if some of these start to fail with 10001 params error,
|
||||
// it's probably that this future expired and a newer one exists with a different symbol!
|
||||
let symbol = '';
|
||||
|
||||
beforeAll(async () => {
|
||||
|
||||
@@ -16,7 +16,8 @@ describe('Private Inverse-Futures REST API POST Endpoints', () => {
|
||||
testnet: false,
|
||||
});
|
||||
|
||||
// Warning: if some of these start to fail with 10001 params error, it's probably that this future expired and a newer one exists with a different symbol!
|
||||
// Warning: if some of these start to fail with 10001 params error,
|
||||
// it's probably that this future expired and a newer one exists with a different symbol!
|
||||
let symbol = '';
|
||||
|
||||
beforeAll(async () => {
|
||||
|
||||
Reference in New Issue
Block a user