-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 모임개설API 리팩토링 (#900) * 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: 타입 업데이트 * getmStartDate -> mStartDate (#901) * 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: 공백 지우기 * Revert "getmStartDate -> mStartDate (#901)" (#902) This reverts commit 476107b. * feat: 모임상세조회 API --------- Co-authored-by: Hyeonsu Kim <[email protected]>
- Loading branch information
Showing
12 changed files
with
29 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...l/MeetingController/Modal/Content/RecruitmentStatusModalContent/RecruitmentStatusList.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...age/meetingDetail/MeetingController/Modal/Content/RecruitmentStatusModalContent/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters