We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44e230 commit dbdcf19Copy full SHA for dbdcf19
apps/web/app/server/api/attendees.get.ts
@@ -13,10 +13,7 @@ export default defineEventHandler(async (event) => {
13
const activatedAttendees: AttendeeInfo = {
14
type: 'activated-attendee',
15
title: 'activated-attendee',
16
- list: attendees
17
- .filter((attendee) => {
18
- return attendee.user_id !== 'f5087332-0381-4fc7-8ffb-616475842842' && attendee.user_id !== 'c77d6932-7bd6-4421-a80a-06b99162ae6a' && attendee.user_id !== '44687b52-9c76-4665-8e11-e2255a4dfc93'
19
- }),
+ list: attendees,
20
}
21
22
return { activatedAttendees }
0 commit comments