@@ -11,6 +11,7 @@ class TaskStatus(str, Enum):
APPROVED = "approved"
REJECTED = "rejected"
FAILED = "failed"
DEVELOPMENT = "development"
class ReviewComment(BaseModel):
line: Optional[int] = None
The note is not visible to the blocked user.