Update names of collab auth functions to clarify behavior (#32648)
Release Notes: - N/A
This commit is contained in:
parent
cef0c415f6
commit
1078f929aa
7 changed files with 23 additions and 16 deletions
|
@ -82,7 +82,7 @@ impl UserBackfiller {
|
|||
{
|
||||
Ok(github_user) => {
|
||||
self.db
|
||||
.get_or_create_user_by_github_account(
|
||||
.update_or_create_user_by_github_account(
|
||||
&user.github_login,
|
||||
github_user.id,
|
||||
user.email_address.as_deref(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue