Skip to content

Commit

Permalink
Merge pull request #2358 from coronasafe/develop
Browse files Browse the repository at this point in the history
Merge Develop to Staging v24.34.0
  • Loading branch information
gigincg authored Aug 14, 2024
2 parents a74ac11 + 2221b06 commit ddc20cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions care/facility/api/serializers/facility.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def save(self, **kwargs):
Bucket=bucket_name,
Key=image_location,
Body=image.file,
ACL="public-read",
)
facility.cover_image_url = image_location
facility.save()
Expand Down

0 comments on commit ddc20cf

Please sign in to comment.