* Get profiles for homepage carousel (public + show_in_carousel)
()
| 337 | * Get profiles for homepage carousel (public + show_in_carousel) |
| 338 | */ |
| 339 | async getCarouselProfiles(): Promise<MemberProfile[]> { |
| 340 | return this.listProfiles({ |
| 341 | is_public: true, |
| 342 | show_in_carousel: true, |
| 343 | }); |
| 344 | } |
| 345 | |
| 346 | /** |
| 347 | * Get public profiles for directory |
no test coverage detected