Update names of collab auth functions to clarify behavior (#32648)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-06-12 18:35:18 -06:00 committed by GitHub
parent cef0c415f6
commit 1078f929aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 23 additions and 16 deletions

View file

@ -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(),