Skip to content

Commit

Permalink
Response display fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RiabushenkoA committed Jan 7, 2025
1 parent 87c0fe8 commit 34c4efd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Apps.Systran/Models/Response/TranslateTextResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ public class TranslateTextResponse
[Display("Request ID")]
public string RequestId { get; set; } = string.Empty;

[DefinitionIgnore]
public List<TranslationOutput> Outputs { get; set; } = new();
}

Expand Down

0 comments on commit 34c4efd

Please sign in to comment.