fix(cicd-statistics): buildType -> branchType

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
Gustaf Räntilä
2022-01-14 16:32:49 +01:00
committed by blam
parent d3d16a2442
commit b8492f3b14
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export interface Build {
status: FilterStatusType;
/** Branch type */
buildType: FilterBranchType;
branchType: FilterBranchType;
/** Time when the build started */
requestedAt: Date;