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 and rattrayalex committed Aug 26, 2023
1 parent bcd51bd commit dcdf5e5
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 dcdf5e5

Please sign in to comment.