diff --git a/src/ts/helpers/DataGrip/components/release.ts b/src/ts/helpers/DataGrip/components/release.ts index 6004885..42cad48 100644 --- a/src/ts/helpers/DataGrip/components/release.ts +++ b/src/ts/helpers/DataGrip/components/release.ts @@ -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; }