mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Fix compile error in db seed executable
This commit is contained in:
parent
ac54d2b927
commit
5257fb8533
@ -71,7 +71,6 @@ async fn main() {
|
||||
db::NewUserParams {
|
||||
github_login: github_user.login,
|
||||
github_user_id: github_user.id,
|
||||
invite_count: 5,
|
||||
},
|
||||
)
|
||||
.await
|
||||
|
Loading…
Reference in New Issue
Block a user