( requestId: string, _agentName?: string, teamName?: string, )
| 568 | * This is an alias for deleteResolvedPermission for backward compatibility |
| 569 | */ |
| 570 | export async function removeWorkerResponse( |
| 571 | requestId: string, |
| 572 | _agentName?: string, |
| 573 | teamName?: string, |
| 574 | ): Promise<void> { |
| 575 | await deleteResolvedPermission(requestId, teamName) |
| 576 | } |
| 577 | |
| 578 | /** |
| 579 | * Check if the current agent is a team leader |
no test coverage detected