fix(cicd-statistics): Don't export branchTypes, it's not very useful

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
Gustaf Räntilä
2022-01-14 16:35:33 +01:00
committed by blam
parent b8492f3b14
commit 0a7179538a
2 changed files with 0 additions and 6 deletions
@@ -52,7 +52,6 @@ export const statusTypes: Array<FilterStatusType> = [
* which is then up to the Api to map accordingly.
*/
export type FilterBranchType = 'master' | 'branch';
export const branchTypes: Array<FilterBranchType> = ['master', 'branch'];
/**
* A Stage is a part of either a Build or a parent Stage.