Skip to content

Commit 6ab44e5

Browse files
author
延枚
committed
修复update workitem导致空值的问题
Change-Id: Ic8f1574f2c00231e36d35c2a2fbd28c670b062dd
1 parent 0429ed6 commit 6ab44e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool-handlers/project-management.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const handleProjectManagementTools = async (request: any) => {
187187
args.updateWorkItemFields
188188
);
189189
return {
190-
content: [{ type: "text", text: "" }],
190+
content: [{ type: "text", text: JSON.stringify({ success: true, message: "Work item updated successfully" }, null, 2) }],
191191
};
192192
}
193193

0 commit comments

Comments
 (0)