git push --set-upstream origin danswerbot-format (#854)

This commit is contained in:
Yuhong Sun 2023-12-21 18:46:30 -08:00 committed by GitHub
parent c4ad03a65d
commit dc0b3672ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ def build_documents_blocks(
updated_at_line = ""
if d.updated_at is not None:
updated_at_line = (
f"Updated {timeago.format(d.updated_at, datetime.now(pytz.utc))}\n"
f"_Updated {timeago.format(d.updated_at, datetime.now(pytz.utc))}_\n"
)
body_text = f">{remove_slack_text_interactions(match_str)}"