From edeca316395aa657952797ddfb07ce9e1f470d38 Mon Sep 17 00:00:00 2001 From: Thomas Kranitsas Date: Sun, 26 Mar 2023 15:45:24 +0300 Subject: [PATCH] correct the f2f scorecard ID for dev --- src/util/LegacyMapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/LegacyMapper.ts b/src/util/LegacyMapper.ts index c7a1d02..413ac2e 100644 --- a/src/util/LegacyMapper.ts +++ b/src/util/LegacyMapper.ts @@ -339,7 +339,7 @@ class LegacyMapper { subTrack === V4_SUBTRACKS.FIRST_2_FINISH && phaseTypeId === PhaseTypeIds.IterativeReview ) { - scorecard = isNonProd ? 30002160 : 30002160; + scorecard = isNonProd ? 30001551 : 30002160; } else if ( subTrack === V4_SUBTRACKS.DESIGN_FIRST_2_FINISH && phaseTypeId === PhaseTypeIds.Review