update send report

This commit is contained in:
joseph le 2023-09-04 15:55:41 +07:00
parent 7dfa2c3c88
commit 2f2b858b87
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ export async function runtimeCheckLogs(folderPath) {
"|**" +
moment(Date.now()).format("HH:mm - DD/MM") +
"**|" +
log.line.join(", ") +
log.line.sort((a, b) => a > b).join(", ") +
"|" +
log.detected_content +
// "|" +