mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
fix due_on
This commit is contained in:
parent
378c23801d
commit
eda43e619c
@ -14,5 +14,5 @@ import lombok.Setter;
|
||||
public class CreateMilestoneModel {
|
||||
private String title;
|
||||
private String description;
|
||||
@SerializedName("due_one") private String dueOn;
|
||||
@SerializedName("due_on") private String dueOn;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user