Skip to content

Commit

Permalink
Add the extraPeople to getPeopleForAuditorium
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed Nov 28, 2024
1 parent e153bb0 commit 0b1db74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Conference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ export class Conference {
people.push(...t.speakers);
}
}
people.push(...audit.extraPeople);
return people;
}

Expand Down

0 comments on commit 0b1db74

Please sign in to comment.