This commit is contained in:
bakhirev 2025-05-22 16:06:50 +03:00
parent c80bceabef
commit ad10f682ac

View file

@ -51,7 +51,7 @@ export default class DataGripByRelease {
#updatePRInRelease(branch: string, commit: ISystemCommit) {
const statistic = this.release[branch];
statistic.prIds.push(commit);
statistic.prIds.push(commit.prId);
statistic.prLength = statistic.prIds.length;
}