Skip to content

Commit 159b00a

Browse files
rikublockpsychedelicious
authored andcommitted
fix(app): adjust session queue api type
1 parent 3fbf6f2 commit 159b00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/api/routers/session_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async def cancel_by_batch_ids(
110110
@session_queue_router.put(
111111
"/{queue_id}/cancel_by_destination",
112112
operation_id="cancel_by_destination",
113-
responses={200: {"model": CancelByBatchIDsResult}},
113+
responses={200: {"model": CancelByDestinationResult}},
114114
)
115115
async def cancel_by_destination(
116116
queue_id: str = Path(description="The queue id to perform this operation on"),

0 commit comments

Comments
 (0)