From fa412585362706e2f3f67518998af88609f2dd91 Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:44:44 +1100 Subject: [PATCH] Remove nonexistent object from TokenService --- src/helpers/TSClient.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helpers/TSClient.ts b/src/helpers/TSClient.ts index d9290fb..486b133 100644 --- a/src/helpers/TSClient.ts +++ b/src/helpers/TSClient.ts @@ -1,6 +1,5 @@ interface TokenService_API { main: string, - beta: string, mongodb_uri: string, redis_uri: string, octokit: string,