From 2b1d665f020d63da2ccb435fb7600116fe0a5916 Mon Sep 17 00:00:00 2001 From: Saif Ali Shaik Date: Thu, 2 May 2024 17:22:59 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20EOL=20whitespaces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_types/generalTypes.ts | 2 +- src/baseClient.ts | 2 +- src/client.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_types/generalTypes.ts b/src/_types/generalTypes.ts index 23aa547..d1a785a 100644 --- a/src/_types/generalTypes.ts +++ b/src/_types/generalTypes.ts @@ -16,4 +16,4 @@ export interface ApiClientInterface { export interface APIResponseType { getHeaders: () => Record | null | undefined -} +} \ No newline at end of file diff --git a/src/baseClient.ts b/src/baseClient.ts index 4641c02..6e398af 100644 --- a/src/baseClient.ts +++ b/src/baseClient.ts @@ -200,4 +200,4 @@ export abstract class ApiClient { methodRequest(method: HTTPMethod, path: string, opts?: RequestOptions): APIPromise { return new APIPromise(this.request({ method, path, ...opts })) } -} +} \ No newline at end of file diff --git a/src/client.ts b/src/client.ts index e03f13c..23559d5 100644 --- a/src/client.ts +++ b/src/client.ts @@ -84,4 +84,4 @@ export class Portkey extends ApiClient { return new API.postMethod(this).create(url, _body, params, opts) }; -} +} \ No newline at end of file