Skip to content

Commit

Permalink
fix(Gitlab): cannot save opened mr
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewuu committed Jul 2, 2024
1 parent 8b0cee6 commit 7bc57b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queue/handlers/handle-save-opened-merge-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export async function handleSaveOpenedMergeRequest(

const mergeRequestData = await gitlab.MergeRequests.show(
project.ext_gitlab_project_id,
merge_request.id,
merge_request.iid,
)
if (!mergeRequestData) {
logger.debug('missing gitlab merge request data', {
Expand Down

0 comments on commit 7bc57b6

Please sign in to comment.