Skip to content

Commit

Permalink
refactor: remove unnecessary line in constructor (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Aug 25, 2023
1 parent eddfab7 commit 45673db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ export class Anthropic extends Core.APIClient {
authToken = Core.readEnv('ANTHROPIC_AUTH_TOKEN') ?? null,
...opts
}: ClientOptions = {}) {
undefined;

const options: ClientOptions = {
apiKey,
authToken,
Expand Down

0 comments on commit 45673db

Please sign in to comment.