Procházet zdrojové kódy

:recycle: more post rebase tweaks

tags/0.0.3^2
j před 2 roky
rodič
revize
0888251da9
2 změnil soubory, kde provedl 225 přidání a 7121 odebrání
  1. 218
    7120
      backend/package-lock.json
  2. 7
    1
      frontend/src/services/survey.service.js

+ 218
- 7120
backend/package-lock.json
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 7
- 1
frontend/src/services/survey.service.js Zobrazit soubor

@@ -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
     )

Načítá se…
Zrušit
Uložit