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
|
@ -127,7 +127,7 @@ pub async fn seed(config: &Config, db: &Database, force: bool) -> anyhow::Result
|
|||
log::info!("Seeding {:?} from GitHub", github_user.login);
|
||||
|
||||
let user = db
|
||||
.get_or_create_user_by_github_account(
|
||||
.update_or_create_user_by_github_account(
|
||||
&github_user.login,
|
||||
github_user.id,
|
||||
github_user.email.as_deref(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue