trim all those extra newlines

This commit is contained in:
chyzman
2026-07-26 17:12:57 -04:00
parent 018bc7e53f
commit becbbbbfcb
@@ -1510,8 +1510,8 @@ async function assembleFullMessage() {
return expandVariables(
parts
.map((p) => p.content)
.filter((c) => c.trim().length > 0)
.map((p) => p.content.trim())
.filter((c) => c.length > 0)
.join('\n\n'),
projectV2.value,
projectV3.value,