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
This avoids an N+1 issue when checking whether a patient is vaccinated
by checking only if `session_id` is present rather than checking if
`session` is present.
I've also tided up a few other places where we do this check in a scope
for consistency.
0 commit comments