fix for Maxim
This commit is contained in:
parent
4d40a2cacb
commit
507115ece6
@ -112,9 +112,6 @@ async def get_turbines_by_park_id(park_id: int, db: Session = Depends(get_db)):
|
||||
"""Получить все турбины в ветропарке по ID"""
|
||||
turbines = WindParkRepository.get_turbines_by_park_id(park_id, db)
|
||||
|
||||
if not turbines:
|
||||
raise HTTPException(status_code=404, detail="Турбины не найдены для данного ветропарка")
|
||||
|
||||
return turbines
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user