refactor: remove unused response variables in database, git, node, project, schedule, spider, task modules

This commit is contained in:
Marvin Zhang
2025-06-20 14:55:54 +08:00
parent 4f33460d45
commit b7b7f25451
8 changed files with 24 additions and 24 deletions

View File

@@ -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: [
{