quivr/backend/repository/user_identity
HamzaKhalid 024dd5a264
fix(user identity): User identity dict has no attribute user_id and open_api_key (#1351)
# Description
Trying to access access 'user identity' attributes as attribute of
dictionary which throws an error since the attributes are actually the
key in the dictionary not an attribute of the dictionary object.

## Checklist before requesting a review

Please delete options that are not relevant.

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code

## Screenshots (if appropriate):
<img width="795" alt="image"
src="https://github.com/StanGirard/quivr/assets/88370405/7db55e74-159c-43e1-b9f7-8384dad9be30">

Co-authored-by: HamzaKhalid-bboxx <127825841+HamzaKhalid-bboxx@users.noreply.github.com>
Co-authored-by: Zineb El Bachiri <100568984+gozineb@users.noreply.github.com>
2023-10-11 16:06:37 +02:00
..
__init__.py Fix/requests limiting (#980) 2023-08-21 14:05:13 +02:00
create_user_identity.py fix(user identity): User identity dict has no attribute user_id and open_api_key (#1351) 2023-10-11 16:06:37 +02:00
get_user_identity.py Fix/requests limiting (#980) 2023-08-21 14:05:13 +02:00
update_user_properties.py test: skip failing linter tests (#1036) 2023-08-25 12:03:13 +02:00