mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
remove guests
This commit is contained in:
parent
e3920dc47d
commit
7fe7bd728b
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ for (const item of items) {
|
|||
period: [evt.start_at, evt.end_at],
|
||||
coverUrl: evt.cover_url,
|
||||
guestCount: item.guest_count,
|
||||
guests: item.featured_guests.map((fg) => ({
|
||||
/*guests: item.featured_guests.map((fg) => ({
|
||||
name: fg.name,
|
||||
avatarUrl: fg.avatar_url,
|
||||
})),
|
||||
})),*/
|
||||
});
|
||||
//console.log(item);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue