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
Argument renaming in backend/routers for clarity (note that the original comment references case_manager, but naming is also in the para file as well)- see comment below from PR #433:
"This is a lot of arguments, whose values don't look like the names of the parameters. Can we consider changing this function to take keyword arguments, so that it's clear for example that req.ctx.auth.session.user?.name ?? "" is being fed as case_manager_name?"
Argument renaming in backend/routers for clarity (note that the original comment references case_manager, but naming is also in the para file as well)- see comment below from PR #433:
"This is a lot of arguments, whose values don't look like the names of the parameters. Can we consider changing this function to take keyword arguments, so that it's clear for example that
req.ctx.auth.session.user?.name ?? ""
is being fed as case_manager_name?"Originally posted by @canjalal in #433 (comment)
The text was updated successfully, but these errors were encountered: