diff options
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/measures.ts')
-rw-r--r-- | server/sonar-web/src/main/js/helpers/measures.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/helpers/measures.ts b/server/sonar-web/src/main/js/helpers/measures.ts index b6354557ad1..da64a3d6654 100644 --- a/server/sonar-web/src/main/js/helpers/measures.ts +++ b/server/sonar-web/src/main/js/helpers/measures.ts @@ -315,6 +315,7 @@ function getRatingGrid(): string { } let maintainabilityRatingGrid: number[]; + function getMaintainabilityRatingGrid(): number[] { if (maintainabilityRatingGrid) { return maintainabilityRatingGrid; |