Skip to content

Commit

Permalink
chore: 리더닉네임 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsung23 committed Sep 21, 2024
1 parent b5e6636 commit 18eed14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/meeting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export type MeetingForm = {
dueDateTime: '2024-09-16T23:59:59';
numberOfPeople: 6;
isAnonymous: false;
leaderName: '정승조';
}
*/
export type Meeting = {
Expand All @@ -43,5 +42,4 @@ export type Meeting = {
dueDateTime: string;
numberOfPeople: number;
isAnonymous: boolean;
leaderName: string;
};

0 comments on commit 18eed14

Please sign in to comment.