diff --git a/Library-Notification-Service/src/utils.py b/Library-Notification-Service/src/utils.py index 03a7445..d84101a 100644 --- a/Library-Notification-Service/src/utils.py +++ b/Library-Notification-Service/src/utils.py @@ -110,7 +110,7 @@ def create_channel_message(message: List[dict], title: str, url: str) -> str: html_string += f"
  • {doc_title}
  • \n" html_string += "" - # if len(message) > 10: - html_string += f"

    View all

    " + if len(message) > 10: + html_string += f"

    View all

    " return html_string