Skip to content

Commit

Permalink
fix: formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
csgulati09 committed Jun 18, 2024
1 parent d52f086 commit 4deb6c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class Portkey extends ApiClient {
azureApiVersion?: string | null | undefined;
forwardHeaders?: Array<string> | null | undefined;
requestTimeout? : number | null | undefined;

cacheNamespace?: string | null | undefined;
constructor({
apiKey = readEnv("PORTKEY_API_KEY") ?? null,
Expand Down

0 comments on commit 4deb6c1

Please sign in to comment.