From 1ea6251b87eae88f10d36d8cd78efd1205ff4e3f Mon Sep 17 00:00:00 2001 From: Rui-Sun Date: Thu, 27 Jul 2023 16:58:30 +0800 Subject: [PATCH] chore: fix product in trigger-test.ts --- packages/vtable/scripts/trigger-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vtable/scripts/trigger-test.ts b/packages/vtable/scripts/trigger-test.ts index e68fa7d2b..fa25cfd0b 100644 --- a/packages/vtable/scripts/trigger-test.ts +++ b/packages/vtable/scripts/trigger-test.ts @@ -5,7 +5,7 @@ import fs, { ReadStream } from 'fs'; import path from 'path'; const BUG_SERVER_HOST = 'https://bug-server.zijieapi.com'; -const PRODUCT = 'VisActor/VChart'; +const PRODUCT = 'VisActor/VTable'; const CHECK_SCM_BUILD_INTERVAL_MS = 10 * 1000; const CHECK_SCM_BUILD_MAX_COUNT = 30; const CHECK_PHOTO_TEST_INTERVAL_MS = 10 * 1000;