mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Merge branch 'main' into checkpoint-ip-adapter
This commit is contained in:
commit
cf88bd3294
@ -192,7 +192,7 @@ export const queueApi = api.injectEndpoints({
|
||||
{ batch_id: string }
|
||||
>({
|
||||
query: ({ batch_id }) => ({
|
||||
url: buildQueueUrl(`/b/${batch_id}/status`),
|
||||
url: buildQueueUrl(`b/${batch_id}/status`),
|
||||
method: 'GET',
|
||||
}),
|
||||
providesTags: (result) => {
|
||||
|
Loading…
Reference in New Issue
Block a user