Skip to content

Commit

Permalink
Cyberleague: [premieroctet#159] Adapt consts for bellwether fields th…
Browse files Browse the repository at this point in the history
…at are not % to new specs
  • Loading branch information
Bastien-Wappizy committed Oct 15, 2024
1 parent 539cceb commit 39f4485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/web/server/plugins/cyberleague/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,9 @@ const MISSION_VISIBILITY = {
[MISSION_VISIBILITY_PUBLIC]: `publique`
}

const BENCHMARK_FIELDS_10 = ['sensibilization', 'admin', 'antivirus', 'cyberRef']
const BENCHMARK_FIELDS_10 = [ 'admin', 'antivirus', 'cyberRef']

const BENCHMARK_FIELDS_5 = ['insurance', 'externalized', 'financial']
const BENCHMARK_FIELDS_5 = ['sensibilization', 'insurance', 'externalized', 'financial']

module.exports = {
DISC_ADMIN, DISC_MEMBER, DISC_PARTNER, DISCRIMINATOR_KEY,
Expand Down

0 comments on commit 39f4485

Please sign in to comment.