manual commit 2026-04-10T20:51:10Z

This commit is contained in:
2026-04-10 20:51:10 +00:00
parent 785b2e5b8f
commit a409203025

View File

@@ -305,7 +305,7 @@ async function sendGmailReply(
</table>
</div>`;
const boundary = `\000000000000${Date.now().toString(16)}`;
const boundary = '000000000000' + Date.now().toString(16);
const plainBody = [];
plainBody.push(replyText);