Kaynağa Gözat

:pencil2: Removed tests from answersSchema

tags/0.0.3^2
tomit4 3 yıl önce
ebeveyn
işleme
84e5eafdae

+ 0
- 4
frontend/src/entities/survey/survey.answer.schema.js Dosyayı Görüntüle

21
         image: Joi.any(),
21
         image: Joi.any(),
22
         distance: Joi.string(),
22
         distance: Joi.string(),
23
         blurb: Joi.string(),
23
         blurb: Joi.string(),
24
-        // TO ADD: add Joi validator for all new survey steps
25
-        test: Joi.string(),
26
-        // TO ADD DROP DOWN: add Joi validator for all new survey with drop down steps
27
-        testOptions: Joi.string(),
28
         aspects: Joi.array().items(Joi.number().allow(null))
24
         aspects: Joi.array().items(Joi.number().allow(null))
29
     }),
25
     }),
30
     validate(instance) {
26
     validate(instance) {

Loading…
İptal
Kaydet