diff --git a/users/tazjin/tgsa/src/translate.rs b/users/tazjin/tgsa/src/translate.rs index 84c74cc5b..35d7b35ca 100644 --- a/users/tazjin/tgsa/src/translate.rs +++ b/users/tazjin/tgsa/src/translate.rs @@ -155,7 +155,7 @@ fn fetch_iam_token(token: &str) -> Result { pub fn fetch_translation(message: &str) -> Result { let request_body = json!({ - "folderId": "b1gq41rsbggeum4qafnh", + "folderId": "b1g5k8f0tgimg06i6p5h", "texts": [ message ], "targetLanguageCode": "en", });