fix open handle
This commit is contained in:
@@ -3,7 +3,7 @@ import { notAuthenticatedError, successResponseList, successResponseObject } fro
|
||||
|
||||
describe('Public Inverse REST API Endpoints', () => {
|
||||
const useLivenet = true;
|
||||
const api = new InverseClient(undefined, undefined, useLivenet);
|
||||
const api = new InverseClient(undefined, undefined, useLivenet, { disable_time_sync: true });
|
||||
|
||||
const symbol = 'BTCUSD';
|
||||
const interval = '15';
|
||||
|
||||
Reference in New Issue
Block a user