Skip to content

Commit

Permalink
[qa] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Jul 16, 2024
1 parent f4b5878 commit b76b0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zou/app/blueprints/comments/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def get(self, attachment_file_id, file_name):
download_name=attachment_file["name"],
max_age=config.CLIENT_CACHE_MAX_AGE,
last_modified=date_helpers.get_datetime_from_string(
self.preview_file["updated_at"]
attachment_file["updated_at"]
),
)
except Exception:
Expand Down

0 comments on commit b76b0f4

Please sign in to comment.