Skip to content

Commit 8753d7a

Browse files
committed
fix syntax
1 parent 29ae7a5 commit 8753d7a

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,7 +35,7 @@ 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, expand:'links');
38+
const workItemDetails = await adoClient.getWorkItem(id=workItem.id, expand='links');
3939
console.log(workItemDetails.fields['System.Title']);
4040
console.log(workItemDetails.fields['System.Links']);
4141
}

0 commit comments

Comments
 (0)