create manage-view, update message zulip

This commit is contained in:
joseph le 2023-08-30 16:24:03 +07:00
parent cce4a0c9b9
commit 0aa445960e
1 changed files with 3 additions and 3 deletions

View File

@ -159,7 +159,7 @@ export async function runtimeCheckLogs(folderPath) {
"**|" +
log.line +
"|" +
log.detected_content + "|"+ file[log.line] +
log.detected_content + "|"+ file[log.line-1] +
"|[View](https://logs.danielvu.com/api/log/showLog/" +
fileName +
")\n";
@ -177,7 +177,7 @@ export async function runtimeCheckLogs(folderPath) {
"**|" +
log.line +
"|" +
log.detected_content + "|"+ file[log.line] +
log.detected_content + "|"+ file[log.line-1] +
"|[View](https://logs.danielvu.com/api/log/showLog/" +
fileName +
")\n";
@ -195,7 +195,7 @@ export async function runtimeCheckLogs(folderPath) {
"**|" +
log.line +
"|" +
log.detected_content + "|"+ file[log.line] +
log.detected_content + "|"+ file[log.line-1] +
"|[View](https://logs.danielvu.com/api/log/showLog/" +
fileName +
")\n";