mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Fix seed binary
This commit is contained in:
parent
cba41ef7c5
commit
0f429243d7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ async fn main() {
|
|||
|
||||
for (github_user, admin) in zed_users {
|
||||
if db
|
||||
.get_user_by_github_account(&github_user.login, Some(github_user.id))
|
||||
.get_user_by_github_login(&github_user.login)
|
||||
.await
|
||||
.expect("failed to fetch user")
|
||||
.is_none()
|
||||
|
|
Loading…
Reference in a new issue