get one with load
This commit is contained in:
@@ -16,5 +16,5 @@ class Task(TaskADDRequest):
|
||||
user_id: int
|
||||
status: Literal["open", "closed", "in_progress", "todo"]
|
||||
time_spent: int
|
||||
|
||||
model_config = ConfigDict(from_attributes=True)
|
||||
|
||||
model_config = ConfigDict(from_attributes=True)
|
||||
|
||||
Reference in New Issue
Block a user