From 8ae5d2872af8d3f307be11f6005a6d31c323ae22 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Fri, 25 Aug 2023 10:34:38 +0000 Subject: [PATCH] refactor: remove unnecessary line in constructor --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index b732c1a..0a1de28 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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,