Skip to content

Commit

Permalink
fix: Fix AuthSeeder
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Jul 19, 2024
1 parent ce78e62 commit d3e7fd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/modules/auth/seeders.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def run(self):
for user, name in zip(seeded_users, names):
profile_data = {
"user_id": user.id,
"orcid": "",
"affiliation": "Some University",
"name": name[0],
"surname": name[1],
Expand Down

0 comments on commit d3e7fd1

Please sign in to comment.