fix: test formatting

This commit is contained in:
StevanFreeborn
2023-02-01 23:31:58 -06:00
parent 900cdfb086
commit ec0fe82df7
+1 -7
View File
@@ -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',},});
}
/**