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 {
|
for (github_user, admin) in zed_users {
|
||||||
if db
|
if db
|
||||||
.get_user_by_github_account(&github_user.login, Some(github_user.id))
|
.get_user_by_github_login(&github_user.login)
|
||||||
.await
|
.await
|
||||||
.expect("failed to fetch user")
|
.expect("failed to fetch user")
|
||||||
.is_none()
|
.is_none()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue