Skip to content

Commit 17874de

Browse files
committed
change to 3
1 parent e6a7875 commit 17874de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-low-priority.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
const queryResult = await adoClient.queryById(process.env.query_id);
3636
3737
for (const workItem of queryResult.workItems) {
38-
const workItemDetails = await adoClient.getWorkItem(workItem.id, null, null, azdev.WorkItemExpand.Links);
38+
const workItemDetails = await adoClient.getWorkItem(workItem.id, null, null, 3);
3939
console.log(workItemDetails);
4040
}

0 commit comments

Comments
 (0)