From f80273bebccbb7b62e75a17ce0343c4d2a0a9c05 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 24 Apr 2024 00:09:02 +0700 Subject: [PATCH] qfix configure all tool Signed-off-by: Andrey Sobolev --- dev/tool/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tool/src/index.ts b/dev/tool/src/index.ts index c2d4946176..d0eaeb3c34 100644 --- a/dev/tool/src/index.ts +++ b/dev/tool/src/index.ts @@ -778,7 +778,7 @@ export function devTool ( const workspaces = await listWorkspacesRaw(db, productId) for (const ws of workspaces) { console.log('configure', ws.workspaceName ?? ws.workspace) - await changeConfiguration(getWorkspaceId(ws.workspaceUrl ?? ws.workspace, productId), transactorUrl, cmd) + await changeConfiguration(getWorkspaceId(ws.workspace, productId), transactorUrl, cmd) } }) })