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
StudentGreetingChecker makes the same username pluck query every time through update_greeting_status. The usernames should only be plucked once for each time StudentGreetingChecker is run. An instance variable with the usernames should fix it.
The text was updated successfully, but these errors were encountered:
StudentGreetingChecker makes the same username pluck query every time through
update_greeting_status
. The usernames should only be plucked once for each timeStudentGreetingChecker
is run. An instance variable with the usernames should fix it.The text was updated successfully, but these errors were encountered: