Skip to content

Commit

Permalink
updated: changed function param in accordance with this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
TLGINO committed May 12, 2023
1 parent 1b1fa3c commit f86e02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customize/vocabularies/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ from invenio_users_resources.services.users.tasks import reindex_user
user = current_datastore.get_user("[email protected]")
confirm_user(user)
db.session.commit()
reindex_user(user.id)
reindex_user({user.id})
```

Expand Down

0 comments on commit f86e02a

Please sign in to comment.