Skip to content

Commit 5bec0b8

Browse files
committed
chore(translate): replace double quotes with single quotes
1 parent c55a99e commit 5bec0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/v3/translate_translate_text.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function main(
3939
// MIME type of the content to translate
4040
// Supported MIME types:
4141
// https://cloud.google.com/translate/docs/supported-formats
42-
const mimeType = "text/plain";
42+
const mimeType = 'text/plain';
4343

4444
// Construct request
4545
const request = {

0 commit comments

Comments
 (0)