mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 12:55:59 +00:00
qfix configure all tool
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
cebe67fa9d
commit
f80273bebc
@ -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)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user