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 Dec 17, 2024
1 parent 512a9ae commit 0abd0fe
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 @@ -713,6 +713,7 @@ export class Conference {
people.push(...t.speakers);
}
}
people.push(...audit.extraPeople);
return people;
}

Expand Down

0 comments on commit 0abd0fe

Please sign in to comment.