-
Notifications
You must be signed in to change notification settings - Fork 1
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
16. Modify create event endpoint to accept a list of DrinkActions #32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting there, but it doesn't work yet due to some small annoying errors. Make sure to test your solution before submitting the PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fixes, just one last change request: 😄
The automatic build failed because the drinkActions were connected to the users in another PR, and with that change, you'll have to provide a user in lines 23-26 in events.service.ts
. If you update your main branch, then merge the main branch into your branch, you'll see the same error locally. Please merge main, connect the user to the new drinkAction (similar to how you connected the drink) and then this will be ready to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for sticking with this!
No description provided.