From 492c7102f143869caced8dec95d545e4f0a3dd12 Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Fri, 13 Oct 2023 08:45:44 +1100 Subject: [PATCH] Add YouTube token --- src/helpers/TSClient.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/helpers/TSClient.ts b/src/helpers/TSClient.ts index b4a67c8..cb0c022 100644 --- a/src/helpers/TSClient.ts +++ b/src/helpers/TSClient.ts @@ -1,8 +1,9 @@ interface TokenService_API { - main: string, + main: string, + octokit: string, + youtube: string, mongodb_uri: string, - redis_uri: string, - octokit: string + redis_uri: string } export default class TSClient {