mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Removed top <hr/>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user