Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[inv-149] fix: invitation response create api 수정 #74

Merged
merged 2 commits into from
Aug 20, 2024
Merged

Conversation

9keyyyy
Copy link
Member

@9keyyyy 9keyyyy commented Aug 20, 2024

  • invitation response create api > invitation_id 추가
  • invitation response > invitation_id not null 추가

@9keyyyy 9keyyyy self-assigned this Aug 20, 2024
Copy link

linear bot commented Aug 20, 2024

@9keyyyy 9keyyyy changed the title fix: invitation response create api 수정 [inv-149] fix: invitation response create api 수정 Aug 20, 2024
Copy link

The latest updates on your projects.

Name Status Preview Updated (UTC)
invi ✅ Ready (Inspect) Visit Preview 2024-08-20 21:16:55

@@ -29,7 +29,12 @@ export default function BottomSheet() {
},
onSubmit: async ({ value }) => {
const { name, attendance } = value;
await createInvitationResponses(name, attendance as unknown as boolean);
await createInvitationResponses({
invitation_id: "4yZl98Z1JmInrHOANn3uj",
Copy link
Member Author

@9keyyyy 9keyyyy Aug 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

invitation_id를 어디서 가져와서 연동해야할 지 몰라 일단 임의로 넣었습니다..😅 (빌드 에러 해결 위해..)

@9keyyyy 9keyyyy merged commit 7637ccb into main Aug 20, 2024
2 checks passed
@9keyyyy 9keyyyy deleted the inv-149 branch August 20, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants