File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/apps/review/src/lib/models Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ export enum ProjectType {
1111 QUALITY_ASSURANCE = 'QUALITY_ASSURANCE' ,
1212}
1313
14- export const ProjectTypeLabels : Record < ProjectType | 'DEVELOP' | 'QA' , string > =
15- {
14+ export const ProjectTypeLabels : Record < ProjectType | 'DEVELOP' | 'QA' , string >
15+ = {
1616 [ ProjectType . DEVELOPMENT ] : 'Development' ,
1717 [ ProjectType . DATA_SCIENCE ] : 'Data Science' ,
1818 [ ProjectType . DESIGN ] : 'Design' ,
@@ -58,7 +58,8 @@ export const categoryByProjectType = {
5858 ] ,
5959} satisfies Record < ProjectType , string [ ] >
6060
61- export const scorecardCategories = Object . values ( categoryByProjectType ) . flat ( )
61+ export const scorecardCategories = Object . values ( categoryByProjectType )
62+ . flat ( )
6263
6364export enum ScorecardStatus {
6465 ACTIVE = 'ACTIVE' ,
You can’t perform that action at this time.
0 commit comments