You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: