Skip to content

Commit

Permalink
fix(app): adjust session queue api type
Browse files Browse the repository at this point in the history
  • Loading branch information
rikublock authored and psychedelicious committed Dec 2, 2024
1 parent 3fbf6f2 commit 159b00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invokeai/app/api/routers/session_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async def cancel_by_batch_ids(
@session_queue_router.put(
"/{queue_id}/cancel_by_destination",
operation_id="cancel_by_destination",
responses={200: {"model": CancelByBatchIDsResult}},
responses={200: {"model": CancelByDestinationResult}},
)
async def cancel_by_destination(
queue_id: str = Path(description="The queue id to perform this operation on"),
Expand Down

0 comments on commit 159b00a

Please sign in to comment.