This commit is contained in:
Joseph Le 2023-09-19 11:43:25 +10:00
commit e173da47a2
1 changed files with 12 additions and 12 deletions

View File

@ -244,18 +244,18 @@ export async function runtimeCheckLogs(folderPath) {
// ")\n"
);
// sendMessToZulip(
// "stream",
// "AUS_VN_Test",
// "Test Log Alerts",
// "------------\n\n:warning: :warning: **" +
// fileName +
// "**\n\n" +
// content +
// "\n\n" +
// spoiler +
// "\n\n*Issue found:*\n" + issueFound
// );
sendMessToZulip(
"stream",
"AUS_VN_Test",
"Test Log Alerts",
"------------\n\n:warning: :warning: **" +
fileName +
"**\n\n" +
content +
"\n\n" +
spoiler +
"\n\n*Issue found:*\n" + issueFound
);
// }, 10000);
// }, 3000);