We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55a99e commit 5bec0b8Copy full SHA for 5bec0b8
translate/v3/translate_translate_text.js
@@ -39,7 +39,7 @@ function main(
39
// MIME type of the content to translate
40
// Supported MIME types:
41
// https://cloud.google.com/translate/docs/supported-formats
42
- const mimeType = "text/plain";
+ const mimeType = 'text/plain';
43
44
// Construct request
45
const request = {
0 commit comments