mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-20 08:00:05 +01:00
feat: load balancers ui
Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ export const archerAdminApi = {
|
||||
run_at?: string
|
||||
}) => {
|
||||
return withRefresh(async () => {
|
||||
return await archerAdmin.adminEnqueueArcherJob({ body })
|
||||
return await archerAdmin.adminEnqueueArcherJob({ dtoEnqueueRequest: body })
|
||||
})
|
||||
},
|
||||
retryJob: (id: string) => {
|
||||
|
||||
Reference in New Issue
Block a user