Skip to content

Commit

Permalink
Merge pull request #290 from crowdin/fix-task-model
Browse files Browse the repository at this point in the history
fix: task model
  • Loading branch information
yevheniyJ authored Nov 1, 2024
2 parents cf687f2 + 06bf593 commit d58d3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/crowdin/client/tasks/model/Task.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public class Task {
private Date updatedAt;
private Language sourceLanguage;
private List<Language> targetLanguages;
private Map<String, Object> fields;
private Object fields;
private Long precedingTaskId;
}

0 comments on commit d58d3b3

Please sign in to comment.