Skip to content

Commit 0ebbd63

Browse files
committed
get relations
1 parent 17874de commit 0ebbd63

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, 3);
38+
const workItemDetails = await adoClient.getWorkItem(workItem.id, null, null, 1);
3939
console.log(workItemDetails);
4040
}

0 commit comments

Comments
 (0)