Skip to content

Commit

Permalink
feat: added start date and end date in search events by member/team
Browse files Browse the repository at this point in the history
 - added topics field
  • Loading branch information
navneethkrish committed Oct 30, 2024
1 parent 548be98 commit 585ee45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/web-api/src/pl-events/pl-event-guests.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,14 @@ export class PLEventGuestsService {
isHost: true,
isSpeaker: true,
isFeatured: true,
topics: true,
event: {
select: {
uid: true,
name: true,
websiteURL: true
websiteURL: true,
startDate: true,
endDate: true
}
},
team: {
Expand Down

0 comments on commit 585ee45

Please sign in to comment.