fix: remove duplicate listWorkers in api.ts
This commit is contained in:
@@ -93,8 +93,6 @@ export const api = {
|
||||
deleteTimer: (timerId: string) =>
|
||||
request<void>(`/timers/${timerId}`, { method: 'DELETE' }),
|
||||
|
||||
listWorkers: () =>
|
||||
request<{ name: string; cpu: string; memory: string; gpu: string }[]>('/workers'),
|
||||
|
||||
getKb: () => request<{ content: string }>('/kb'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user