fix: status creating fix
This commit is contained in:
@ -26,7 +26,7 @@ class StatusService:
|
||||
async def create_status(self, request: CreateStatusRequest) -> CreateStatusResponse:
|
||||
status = await self.repository.create(request.status)
|
||||
return CreateStatusResponse(
|
||||
board=StatusSchema.model_validate(status),
|
||||
status=StatusSchema.model_validate(status),
|
||||
message="Статус успешно создан",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user