Skip to content

Commit 92ba3ce

Browse files
committed
fix: issue #468
1 parent 502744a commit 92ba3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ buildServices(path.join(__dirname, 'services'))
5151
const paymentProcessingSwitchSchema = Joi.string().label('PAYMENT_PROCESSING_SWITCH').valid(
5252
...Object.values(PaymentProcessingSwitch)
5353
)
54-
const weeklySurveySwitchSchema = Joi.string().label('PAYMENT_PROCESSING_SWITCH').valid(
54+
const weeklySurveySwitchSchema = Joi.string().label('WEEKLY_SURVEY_SWITCH').valid(
5555
...Object.values(WeeklySurveySwitch)
5656
)
5757
try {

0 commit comments

Comments
 (0)