mirror of
https://github.com/bakhirev/assayo.git
synced 2025-09-02 18:49:59 +00:00
update
This commit is contained in:
parent
c80bceabef
commit
ad10f682ac
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export default class DataGripByRelease {
|
||||||
|
|
||||||
#updatePRInRelease(branch: string, commit: ISystemCommit) {
|
#updatePRInRelease(branch: string, commit: ISystemCommit) {
|
||||||
const statistic = this.release[branch];
|
const statistic = this.release[branch];
|
||||||
statistic.prIds.push(commit);
|
statistic.prIds.push(commit.prId);
|
||||||
statistic.prLength = statistic.prIds.length;
|
statistic.prLength = statistic.prIds.length;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue