From 24b2d5126b6566533e37014f07f984e8679e6ed8 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@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,