From 50863bc7128e4e50a05e5828f5d1faa43e186b2a Mon Sep 17 00:00:00 2001 From: joseph le Date: Thu, 21 Sep 2023 11:21:39 +0700 Subject: [PATCH] update runtimeCheckLog --- app/utils/runtimeCheckLogs.ts | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/app/utils/runtimeCheckLogs.ts b/app/utils/runtimeCheckLogs.ts index 131f1f7..8c3ccdb 100644 --- a/app/utils/runtimeCheckLogs.ts +++ b/app/utils/runtimeCheckLogs.ts @@ -278,19 +278,19 @@ export async function runtimeCheckLogs(folderPath) { 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 - ); + // 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 + // ); } }, 3000); //false: next