Merge branch 'main' into checkpoint-ip-adapter

This commit is contained in:
blessedcoolant 2024-04-03 20:30:02 +05:30
commit cf88bd3294

View File

@ -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) => {