Skip to content

Commit 41d1932

Browse files
authored
Delete unused variable in ocr (#936)
1 parent 5b7c251 commit 41d1932

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

functions/ocr/app/config.default.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"RESULT_TOPIC": "[RESULT_TOPIC_NAME]",
33
"RESULT_BUCKET": "[RESULT_BUCKET_NAME]",
44
"TRANSLATE_TOPIC": "[TRANSLATE_TOPIC_NAME]",
5-
"TRANSLATE": true,
65
"TO_LANG": ["en", "fr", "es", "ja", "ru"]
76
}

functions/ocr/app/test/index.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function getSample () {
3232
RESULT_TOPIC: `result-topic`,
3333
RESULT_BUCKET: `result-bucket`,
3434
TRANSLATE_TOPIC: `translate-topic`,
35-
TRANSLATE: true,
3635
TO_LANG: [`en`, `fr`, `es`, `ja`, `ru`]
3736
};
3837
const topic = {

0 commit comments

Comments
 (0)