From ec0fe82df7ca186f56e0291f4053551b229f8a77 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Wed, 1 Feb 2023 23:31:58 -0600 Subject: [PATCH] fix: test formatting --- src/OnspringClient.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/OnspringClient.ts b/src/OnspringClient.ts index 3daffe5..3aa925d 100644 --- a/src/OnspringClient.ts +++ b/src/OnspringClient.ts @@ -37,13 +37,7 @@ export class OnspringClient { throw new Error('apiKey cannot be null/empty/whitespace.'); } - this._client = axios.create({ - baseURL: baseUrl, - headers: { - 'x-apikey': apiKey, - 'x-api-version': '2', - }, - }); + this._client = axios.create({ baseURL: baseUrl, headers: { 'x-apikey': apiKey, 'x-api-version': '2',},}); } /**