mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 01:11:51 +00:00
Fix compile error in db seed executable
This commit is contained in:
parent
ac54d2b927
commit
5257fb8533
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue