Skip to content

Commit

Permalink
getmStartDate -> mStartDate (#901)
Browse files Browse the repository at this point in the history
* refactor: 모임 상세 조회 API 마이그레이션

* Delete src/api/API_LEGACY/meeting/index.ts

* fix: prettier 오류 해결

* fix: Data 구조 분해 및 타입 지정

* fix: ESLint 오류 해결

* refactor: 데이터 구조 변경

* refactor: getMeeting v2 마이그레이션

* fix: mStartDate, mEndDate 속성 없음 이슈 해결

* fix: 타입 업데이트

* fix: 타입 업데이트

* fix: 필드명 업데이트

* test: 공백 지우기
  • Loading branch information
j-nary authored Oct 2, 2024
1 parent 095e89d commit 476107b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion pages/edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const EditPage = () => {
},
});
}

fillForm();
}, [formMethods, formData]);

Expand Down
6 changes: 3 additions & 3 deletions src/__generated__/schema2.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 476107b

Please sign in to comment.