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