(hash: string, id: number)
| 38 | |
| 39 | // POST /api/workplan/delete |
| 40 | export function deleteWorkPlanTodo(hash: string, id: number) { |
| 41 | return http.post("/workplan/delete", { hash, id }); |
| 42 | } |
nothing calls this directly
no outgoing calls
no test coverage detected