qfix configure all tool

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-04-24 00:09:02 +07:00
parent cebe67fa9d
commit f80273bebc
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

View File

@ -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)
}
})
})