nested schema fixes
This commit is contained in:
@@ -369,8 +369,8 @@ def delete_appointment(id: int, response: Response):
|
||||
response.status_code = 204
|
||||
|
||||
|
||||
async def stream_calls(id: int):
|
||||
"""Stream animal sounds via SSE, scoped to a pet's species."""
|
||||
async def stream_actions(id: int):
|
||||
"""Stream animal actions via SSE, scoped to a pet's species."""
|
||||
try:
|
||||
pet = _get_pet(id)
|
||||
except KeyError:
|
||||
|
||||
Reference in New Issue
Block a user