fix test and jsdoc

This commit is contained in:
tiagosiebler
2022-09-20 00:01:59 +01:00
parent 0ad221fe5a
commit 22c0de50b0
4 changed files with 4 additions and 10 deletions

View File

@@ -6,8 +6,7 @@ import {
} from '../response.util';
describe('Public Linear REST API Endpoints', () => {
const useLivenet = true;
const api = new LinearClient(undefined, undefined, useLivenet);
const api = new LinearClient();
const symbol = 'BTCUSDT';
const interval = '15';