mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
refactor: remove unused response variables in database, git, node, project, schedule, spider, task modules
This commit is contained in:
@@ -155,7 +155,7 @@ export function configureProjectTools(server: McpServer, client: CrawlabClient)
|
||||
},
|
||||
async ({ project_id }) => {
|
||||
try {
|
||||
const response = await client.deleteProject(project_id);
|
||||
await client.deleteProject(project_id);
|
||||
return {
|
||||
content: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user