mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix operation id on an endpoint
This commit is contained in:
parent
670600a863
commit
35099dcdd8
@ -96,7 +96,7 @@ async def list_incomplete_batches() -> list[BatchProcessResponse]:
|
||||
|
||||
@session_router.get(
|
||||
"/batch",
|
||||
operation_id="list__batches",
|
||||
operation_id="list_batches",
|
||||
responses={200: {"model": list[BatchProcessResponse]}},
|
||||
)
|
||||
async def list_batches() -> list[BatchProcessResponse]:
|
||||
|
Loading…
Reference in New Issue
Block a user