Fix call to get_or_create_user in seed binary
This commit is contained in:
@@ -68,7 +68,7 @@ async fn main() {
|
||||
user_count += 1;
|
||||
db.get_or_create_user_by_github_account(
|
||||
&github_user.login,
|
||||
Some(github_user.id),
|
||||
github_user.id,
|
||||
github_user.email.as_deref(),
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user