We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502744a commit 92ba3ceCopy full SHA for 92ba3ce
src/bootstrap.js
@@ -51,7 +51,7 @@ buildServices(path.join(__dirname, 'services'))
51
const paymentProcessingSwitchSchema = Joi.string().label('PAYMENT_PROCESSING_SWITCH').valid(
52
...Object.values(PaymentProcessingSwitch)
53
)
54
-const weeklySurveySwitchSchema = Joi.string().label('PAYMENT_PROCESSING_SWITCH').valid(
+const weeklySurveySwitchSchema = Joi.string().label('WEEKLY_SURVEY_SWITCH').valid(
55
...Object.values(WeeklySurveySwitch)
56
57
try {
0 commit comments