fix: misc style / variable consistency changes
This commit is contained in:
+2
-3
@@ -8,13 +8,12 @@ export interface Config {
|
||||
|
||||
tts_azure_key: string | undefined;
|
||||
tts_elevenlabs_key: string | undefined;
|
||||
tts_tiktok_sessionid: string | undefined;
|
||||
|
||||
steam_webapi_key: string | undefined;
|
||||
|
||||
aws_access_id: string | undefined;
|
||||
aws_access_key: string | undefined;
|
||||
|
||||
tiktok_session_id: string | undefined;
|
||||
}
|
||||
|
||||
function loadConfig(): Config {
|
||||
@@ -36,7 +35,7 @@ function loadConfig(): Config {
|
||||
steam_webapi_key: process.env.STEAM_WEBAPI_KEY,
|
||||
aws_access_id: process.env.AWS_ACCESS_ID,
|
||||
aws_access_key: process.env.AWS_ACCESS_KEY,
|
||||
tiktok_session_id: process.env.TIKTOK_SESSION_ID
|
||||
tts_tiktok_sessionid: process.env.TTS_TIKTOK_SESSIONID
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user