Skip to content

Commit

Permalink
馃悰 FIX: EOL whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Saif-Shines committed May 3, 2024
1 parent 7a8acf4 commit f2ae3ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_types/generalTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ export interface ApiClientInterface {

export interface APIResponseType {
getHeaders: () => Record<string, string> | null | undefined
}
}
2 changes: 1 addition & 1 deletion src/baseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ export abstract class ApiClient {
methodRequest<Rsp>(method: HTTPMethod, path: string, opts?: RequestOptions): APIPromise<Rsp> {
return new APIPromise(this.request({ method, path, ...opts }))
}
}
}
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ export class Portkey extends ApiClient {
return new API.postMethod(this).create(url, _body, params, opts)
};

}
}

0 comments on commit f2ae3ac

Please sign in to comment.