Parcourir la source

:recycle: more post rebase tweaks

tags/0.0.3^2
j il y a 2 ans
Parent
révision
0888251da9
2 fichiers modifiés avec 225 ajouts et 7121 suppressions
  1. 218
    7120
      backend/package-lock.json
  2. 7
    1
      frontend/src/services/survey.service.js

+ 218
- 7120
backend/package-lock.json
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 7
- 1
frontend/src/services/survey.service.js Voir le fichier

@@ -49,7 +49,13 @@ const updateSurveyByProfileId = async (surveyResponses, profileId) => {
49 49
     })
50 50
 }
51 51
 
52
-const scoreSurveyByProfileId = async (profileId, maxDistance = 99, duration, presence, certifications) => {
52
+const scoreSurveyByProfileId = async (
53
+    profileId,
54
+    maxDistance = 99,
55
+    duration,
56
+    presence,
57
+    certifications,
58
+) => {
53 59
     const scoreSurvey = await db.get(
54 60
         `/profile/${profileId}/score?max_distance=${maxDistance}&duration=${duration}&presence=${presence}&certifications=${certifications}`,
55 61
     )

Chargement…
Annuler
Enregistrer