Fix compile error in db seed executable

This commit is contained in:
Max Brunsfeld 2023-10-18 18:05:51 -07:00
parent ac54d2b927
commit 5257fb8533

View File

@ -71,7 +71,6 @@ async fn main() {
db::NewUserParams {
github_login: github_user.login,
github_user_id: github_user.id,
invite_count: 5,
},
)
.await