theprogrammablemind_4wp 7.4.1-beta.1 → 7.4.1-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/client.js +1 -1
- package/package.json +1 -1
package/client.js
CHANGED
@@ -473,7 +473,7 @@ const doWithRetries = async (n, url, queryParams, data) => {
|
|
473
473
|
const setupProcessB = ({ config }) => {
|
474
474
|
const key = config._key
|
475
475
|
|
476
|
-
const data = Object.assign({ key, version: '3' }, config.config)
|
476
|
+
const data = Object.assign({ key, version: '3' }, config.config, { uuid: config._uuid })
|
477
477
|
for (const uuid of Object.keys(data.namespaces)) {
|
478
478
|
const km = config.configs.find((km) => km.uuid === uuid)
|
479
479
|
data.namespaces[uuid].name = km.name
|