From 7551e2567304b24e9c7e1fb36f77b92ed9a76776 Mon Sep 17 00:00:00 2001 From: Simon Ramzi Date: Thu, 28 Sep 2023 11:50:05 +0100 Subject: [PATCH] Reformatted. --- src/client.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/client.ts b/src/client.ts index 6b08405..5b8e16a 100644 --- a/src/client.ts +++ b/src/client.ts @@ -337,10 +337,7 @@ class PixelClient { 'User-Agent': additionalOpts?.userAgent || 'OpenAPI-Generator/1.0/js', }; let headers = additionalOpts?.apiKey ? - { - ...headersbase, - 'X-Kevel-ApiKey': additionalOpts.apiKey, - } : + { ...headersbase, 'X-Kevel-ApiKey': additionalOpts.apiKey } : headersbase; let opts: any = {