Skip to content

Commit

Permalink
addedLabelIds
Browse files Browse the repository at this point in the history
  • Loading branch information
leelasn committed Jan 6, 2025
1 parent cd20fa8 commit 257b616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creates/updateIssue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const updateIssueRequest = async (z: ZObject, bundle: Bundle) => {
projectId: bundle.inputData.projectId,
projectMilestoneId: bundle.inputData.projectMilestoneId,
dueDate: bundle.inputData.dueDate,
addedLabelIds,
addedLabelIds: addedLabelIds,
},
(v) => v === undefined
);
Expand Down

0 comments on commit 257b616

Please sign in to comment.