Explorar el Código

:pencil2: Uncommented return statement

tags/0.0.3^2
tomit4 hace 3 años
padre
commit
7ddcb0673a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      frontend/src/utils/survey.js

+ 1
- 1
frontend/src/utils/survey.js Ver fichero

@@ -10,7 +10,7 @@ class SurveyFactory {
10 10
         responseKeys.forEach((key, i) => {
11 11
             key.survey_stage = surveyStages[i]
12 12
         })
13
-        // return responseKeys
13
+        return responseKeys
14 14
     }
15 15
     _addResponses(responseKeys, responsesByCategory) {
16 16
         Object.keys(responsesByCategory).forEach(k => {

Loading…
Cancelar
Guardar