Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 1a42beb

Browse files
author
vikasrohit
committed
SUP-2899, Reliability detail link from Profiles is wrong.
-- Fixed error in parsing while running unit tests. It was due to multiple entries with same key in a map.
1 parent b10d983 commit 1a42beb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/services/userStats.service.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@
165165
var reliabilityMapping = {
166166
'DESIGN': 1,
167167
'DEVELOPMENT': 1,
168-
'SECURITY': 1,
169168
'TESTING_COMPETITION': 1,
170169
'SPECIFICATION': 2,
171170
'ARCHITECTURE': 2,
@@ -204,10 +203,7 @@
204203
};
205204

206205
return reliabilityMapping[subTrack] || 2;
207-
208206
}
209-
210-
211207
}
212208

213209
})();

0 commit comments

Comments
 (0)