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

Updated the Event FindOne function to match the requirements for the frontend #41

Merged
merged 4 commits into from
Aug 14, 2024

Conversation

VarMattew
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Aug 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
be-alcoholic-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 10:51am

@VarMattew VarMattew changed the title Updated the Event FindOne function to match the requirements for the fronted Updated the Event FindOne function to match the requirements for the frontend Aug 13, 2024
@VarMattew VarMattew requested review from a team, Tschonti, LeventeFarkashazi, murtagh27 and pem00 and removed request for a team August 13, 2024 18:56
@VarMattew VarMattew linked an issue Aug 13, 2024 that may be closed by this pull request
import { EventsController } from './events.controller';
import { EventsService } from './events.service';

@Module({
imports: [EventWithDrinkActionsAndUser],
Copy link
Member

Choose a reason for hiding this comment

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

this is unnecessary, we only have to import other Nest modules here.

@VarMattew VarMattew merged commit 726f9a0 into main Aug 14, 2024
5 checks passed
@VarMattew VarMattew deleted the 34-Include-DrinkAction-&-User-in-Event-FindOne branch August 14, 2024 15:59
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.

Event findOne should return drinkAction and user data
2 participants