Skip to content

Commit 5dbae6e

Browse files
committed
bug fix
1 parent 5bdf06a commit 5dbae6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

lib/Processors/GoogleTranslateProcessor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def processReviews(reviews, platform)
4141

4242
reviews.each_index do |index|
4343
if territoriesExclude.include? reviews[index].territory
44-
#next
44+
next
4545
end
4646

4747
puts "[GoogleTranslateProcessor] translate #{reviews[index].body} from #{reviews[index].territory} to #{targetLang}"

0 commit comments

Comments
 (0)