From ea137eb70b881d07b3e17abb52aec830b1294b8b Mon Sep 17 00:00:00 2001 From: abearxiong Date: Mon, 9 Feb 2026 19:55:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0stopWorkspace=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E7=9A=84=E8=BF=94=E5=9B=9E=E7=B1=BB=E5=9E=8B=E4=B8=BA?= =?UTF-8?q?Result?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/workspace/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workspace/index.ts b/src/workspace/index.ts index 8415dee..dc2924c 100644 --- a/src/workspace/index.ts +++ b/src/workspace/index.ts @@ -62,7 +62,7 @@ export class Workspace extends CNBCore { * 停止我的云原生开发环境 * @param params 停止参数,pipelineId 和 sn 二选一,优先使用 pipelineId */ - async stopWorkspace(params: { pipelineId?: string; sn?: string }): Promise<{ buildLogUrl: string; message: string; sn: string }> { + async stopWorkspace(params: { pipelineId?: string; sn?: string }): Promise> { const data: { pipelineId?: string; sn?: string } = {}; if (params.pipelineId) {