исправил обновление команды
This commit is contained in:
parent
7002337a9b
commit
ebf27d9ad0
@ -33,8 +33,8 @@ class TeamsService:
|
||||
raise HTTPException(status_code=status.HTTP_400_BAD_REQUEST, detail="Team not found")
|
||||
|
||||
team_model.title = team.title
|
||||
team_model.description = team_model.description
|
||||
team_model.git_url = team_model.git_url
|
||||
team_model.description = team.description
|
||||
team_model.git_url = team.git_url
|
||||
|
||||
await self.teams_repository.update(team_model)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user