Skip to content

Commit

Permalink
fix: null타입 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwak-Seungju committed Sep 9, 2024
1 parent 7c885ff commit a53d467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/SignUp/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type Member = {
email: string,
password: string,
githubName: string,
birthday: string,
birthday: string | null,
profileImageUrl: string | null
};

Expand Down

0 comments on commit a53d467

Please sign in to comment.