Fix DiffStats MergeBase issue

This commit is contained in:
Johannes Batzill 2023-08-30 22:30:51 +00:00 committed by Harness
parent 1093153cad
commit 35f599bc0c

View File

@ -92,6 +92,7 @@ func (c *Controller) DiffStats(
ReadParams: gitrpc.CreateRPCReadParams(repo),
BaseRef: info.BaseRef,
HeadRef: info.HeadRef,
MergeBase: info.MergeBase,
})
if err != nil {
return types.DiffStats{}, err