Skip to content

Commit

Permalink
fix: task model
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed Nov 1, 2024
1 parent cf687f2 commit 06bf593
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 06bf593

Please sign in to comment.