Skip to content

Commit

Permalink
fix(tasks): add more statuses support
Browse files Browse the repository at this point in the history
  • Loading branch information
innomaxx committed Feb 5, 2025
1 parent ad22335 commit a5e9f08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Crowdin.Api/Tasks/TaskStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ public enum TaskStatus
[Description("todo")]
Todo,

[Description("pending")]
Pending,

[Description("in_progress")]
InProgress,

[Description("review")]
Review,

[Description("done")]
Done,

Expand Down

0 comments on commit a5e9f08

Please sign in to comment.