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
{{ message }}
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
The code snippet for fetchData() contains the call mDb.userModel().loadAllUsers() instead of mDb.userModel().findUsersYoungerThan(35) as in the provided project.
That makes the sentence about an "impostor" in the sentence that follows confusing because you'd expect to have all ages there.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The code snippet for
fetchData()
contains the callmDb.userModel().loadAllUsers()
instead ofmDb.userModel().findUsersYoungerThan(35)
as in the provided project.That makes the sentence about an "impostor" in the sentence that follows confusing because you'd expect to have all ages there.
The text was updated successfully, but these errors were encountered: