Skip to content

Commit

Permalink
chore: update the changes of removing version
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Jan 4, 2024
1 parent 9b0b16c commit bc79149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openedx/core/djangoapps/user_api/accounts/image_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def get_profile_image_urls_for_user(user, request=None):
urls = _get_profile_image_urls(
_make_profile_image_name(user.username),
get_profile_image_storage(),
# Remove ?v= query parameter for Sdaia Oracle Profile Image access
### Remove version for Sdaia Oracle Profile Image Access
# version=user.profile.profile_image_uploaded_at.strftime("%s"),
)
else:
urls = _get_default_profile_image_urls()
Expand Down

0 comments on commit bc79149

Please sign in to comment.