fix: merge conflicts

This commit is contained in:
psychedelicious 2023-12-01 23:05:52 +11:00
parent 81d2d5abae
commit 224438a108
2 changed files with 21 additions and 18 deletions

View File

@ -97,6 +97,7 @@ WorkflowRecordDTOValidator = TypeAdapter(WorkflowRecordDTO)
class WorkflowRecordListItemDTO(WorkflowRecordDTOBase): class WorkflowRecordListItemDTO(WorkflowRecordDTOBase):
description: str = Field(description="The description of the workflow.") description: str = Field(description="The description of the workflow.")
category: WorkflowCategory = Field(description="The description of the workflow.")
WorkflowRecordListItemDTOValidator = TypeAdapter(WorkflowRecordListItemDTO) WorkflowRecordListItemDTOValidator = TypeAdapter(WorkflowRecordListItemDTO)

File diff suppressed because one or more lines are too long