Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson 7 Typo/Bug #247

Closed
erik-rosenstrom opened this issue Jul 26, 2024 · 2 comments
Closed

Lesson 7 Typo/Bug #247

erik-rosenstrom opened this issue Jul 26, 2024 · 2 comments

Comments

@erik-rosenstrom
Copy link

The getUnvaccinatedFamilyMembers query in the VaccinationDataManager of Lesson 7 seems to append the incorrect id to the result list. Should the result list add the familyMemberId rather than the personId as follows:

result.add(familyMemeberId);

@bischoffz
Copy link
Contributor

Will Take a look at this, thanks!

bischoffz added a commit that referenced this issue Aug 16, 2024
@bischoffz
Copy link
Contributor

This has been fixed in #251 and will be in the next general release in about a month. Thanks for finding this!

bischoffz added a commit that referenced this issue Aug 16, 2024
* add feature to send a event to a specific actor

* addresses issue #247
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants