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

Commit c96a0aa

Browse files
save notification pref as string
1 parent 1ed67c6 commit c96a0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ProcessorService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async function syncChallengePhases (legacyId, v5Phases, createdBy, isSelfService
110110
}
111111
if (isSelfService && phaseName === 'Review') {
112112
// make sure to set the required reviewers to 2
113-
await createOrSetNumberOfReviewers(phase.project_phase_id, 2, createdBy)
113+
await createOrSetNumberOfReviewers(phase.project_phase_id, '2', createdBy)
114114
}
115115
}
116116
// TODO: What about iterative reviews? There can be many for the same challenge.

0 commit comments

Comments
 (0)