[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-03-21 08:03:28 +00:00
parent e2bd8f50af
commit 99ffa4800e

View File

@@ -24,7 +24,7 @@ export async function fetchLanguageResponse(input: string, transform: string, tr
language_from: transform,
language_to: transTo,
source_data: input,
translate_type: "text"
translate_type: "text",
};
url = `${BASE_URL}`;