Skip to content

Commit

Permalink
Merge pull request #167 from chaeyoungwon/feature/24threcruit
Browse files Browse the repository at this point in the history
Fix: 이메일 필드 추가
  • Loading branch information
chaeyoungwon authored Feb 23, 2025
2 parents 3ccae4a + e7d0077 commit 86c4025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ticket/(reserve)/general_ticket/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const General_ticket: React.FC = () => {
phone_num,
type: 'GENERAL',
members: members,
email: email,
};
const response = await axiosInstance.post(`/tickets`, formData, {
headers: {
Expand Down

0 comments on commit 86c4025

Please sign in to comment.