storage_utils: store user uuids in proper cache
This commit is contained in:
parent
50d562e250
commit
cf3dfc62c0
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ def user_last_modified(storage, id):
|
|||
}]))[0]
|
||||
|
||||
if entity['uuid']:
|
||||
cache.set_repo(id, entity['uuid'])
|
||||
cache.set_user(id, entity['uuid'])
|
||||
|
||||
updated_at = entity.get('lister_metadata', {}).get('updated_at')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue