Removed top <hr/>

This commit is contained in:
Koper
2023-12-05 20:34:17 +07:00
parent e6516943a4
commit ea72ca42fd

View File

@@ -75,6 +75,6 @@ export function getZulipMessage(
summary += transcript.longSummary;
summary += "```\n\n";
const message = "----\n\n" + headerText + summary + topicText + "-----\n";
const message = headerText + summary + topicText + "-----\n";
return message;
}