소스 검색

:pencil2: Removed unnecessary async call

tags/0.0.3^2
tomit4 3 년 전
부모
커밋
c9dd5cffce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      frontend/src/utils/survey.js

+ 1
- 1
frontend/src/utils/survey.js 파일 보기

@@ -6,7 +6,7 @@ class SurveyFactory {
6 6
     constructor() {
7 7
         this.questionsFromDb = []
8 8
     }
9
-    async _addResponses(responseKeys, possibleResponsesByCategory) {
9
+    _addResponses(responseKeys, possibleResponsesByCategory) {
10 10
         const validFormInputs = {}
11 11
         Object.keys(possibleResponsesByCategory).forEach(categoryKey => {
12 12
             if (possibleResponsesByCategory[categoryKey].length) {

Loading…
취소
저장