fix(cicd-statistics): buildType -> branchType
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
@@ -86,7 +86,7 @@ export interface Build {
|
||||
status: FilterStatusType;
|
||||
|
||||
/** Branch type */
|
||||
buildType: FilterBranchType;
|
||||
branchType: FilterBranchType;
|
||||
|
||||
/** Time when the build started */
|
||||
requestedAt: Date;
|
||||
|
||||
Reference in New Issue
Block a user