Skip to content

Commit

Permalink
correction to variable projectItems --> projectData (hackforla#7503)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Sep 21, 2024
1 parent dd55df3 commit 48c5e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/utils/query-issue-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function queryIssueInfo(github, context, issueNum) {

// Iterate through the field values of the first project item
// and find the node that contains the 'name' property, then get its 'name' value
const statusName = projectItems[0].fieldValues.nodes.find((item) =>
const statusName = projectData[0].fieldValues.nodes.find((item) =>
item.hasOwnProperty("name")).name;

return { id, statusName };
Expand Down

0 comments on commit 48c5e0c

Please sign in to comment.