no-mistakes(review): Fix redundant OR, missing note field, dead code, and redundant subquery in ticket service/schema

This commit is contained in:
root
2026-07-23 17:18:13 +00:00
parent 65622de7a6
commit 31ae78ec07
2 changed files with 5 additions and 7 deletions
+1
View File
@@ -36,6 +36,7 @@ class TicketCreate(BaseModel):
class TicketUpdate(BaseModel):
status: str | None = None
note: str | None = None
unit_id: int | None = None
category_id: int | None = None
priority: str | None = None