소스 검색

:recycle: more post rebase tweaks

tags/0.0.3^2
j 2 년 전
부모
커밋
0888251da9
2개의 변경된 파일225개의 추가작업 그리고 7121개의 파일을 삭제
  1. 218
    7120
      backend/package-lock.json
  2. 7
    1
      frontend/src/services/survey.service.js

+ 218
- 7120
backend/package-lock.json
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 7
- 1
frontend/src/services/survey.service.js 파일 보기

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

Loading…
취소
저장