Skip to content

Commit 81c4687

Browse files
committed
Fix hotfix typo
1 parent 660622b commit 81c4687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Serval/src/Serval.Translation/Controllers/TranslationControllerBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private static ParallelCorpusAnalysisDto Map(ParallelCorpusAnalysis source, stri
129129
new ParallelCorpusAnalysisDto
130130
{
131131
ParallelCorpusRef = source.ParallelCorpusRef,
132-
TargetQuoteConvention = source.TargetQuoteConvention,
132+
TargetQuoteConvention = targetQuoteConvention,
133133
SourceQuoteConvention = "ignore",
134134
CanDenormalizeQuotes = targetQuoteConvention != ""
135135
};

0 commit comments

Comments
 (0)