Skip to content

Commit

Permalink
Update lib/modules/platform/gitlab/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
RahulGautamSingh and viceice authored Nov 24, 2024
1 parent cf1a679 commit 1c4a192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/platform/gitlab/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ export async function updatePr({
)
).body;

const updatedPr: Pr = prInfo(updatedPrInfo);
const updatedPr = prInfo(updatedPrInfo);

if (config.prList) {
const existingIndex = config.prList.findIndex(
Expand Down

0 comments on commit 1c4a192

Please sign in to comment.