From e9289a7d3af4ad0e027a356b393fadb93b66a6c6 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Fri, 9 May 2025 18:10:44 -0600 Subject: [PATCH] 123 --- api_service/webhook_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_service/webhook_endpoints.py b/api_service/webhook_endpoints.py index c422b09..648ba6e 100644 --- a/api_service/webhook_endpoints.py +++ b/api_service/webhook_endpoints.py @@ -175,7 +175,7 @@ def format_github_embed(payload: Dict[str, Any], repo_url: str) -> discord.Embed field_value = ( f"Author: {author_name}\n" - f"Message: {commit_msg.splitlines()[0]}\n" # First line of commit message + f"Message: {commit_msg.splitlines()[0]}\n" # First line of commit message. f"Verification: {verified_status}\n" f"Stats: {stats_str}\n" f"[View Commit]({commit_url})"