create manage-view, update message zulip

This commit is contained in:
joseph le 2023-08-30 16:20:17 +07:00
parent 04fa5ec791
commit cce4a0c9b9
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+1] +
log.detected_content + "|"+ file[log.line] +
"|[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+1] +
log.detected_content + "|"+ file[log.line] +
"|[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+1] +
log.detected_content + "|"+ file[log.line] +
"|[View](https://logs.danielvu.com/api/log/showLog/" +
fileName +
")\n";