sr-npm 1.7.436 → 1.7.437
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/backend/data.js +1 -0
- package/package.json +1 -1
package/backend/data.js
CHANGED
|
@@ -363,6 +363,7 @@ async function fillSecretManagerMirror() {
|
|
|
363
363
|
console.log("Getting the company ID ");
|
|
364
364
|
const companyId = await getCompanyId();
|
|
365
365
|
console.log("companyId is : ", companyId);
|
|
366
|
+
console.log("TOKEN_NAME is , ", TOKEN_NAME);
|
|
366
367
|
await wixData.insert(COLLECTIONS.SECRET_MANAGER_MIRROR, {
|
|
367
368
|
tokenName: TOKEN_NAME.COMPANY_ID,
|
|
368
369
|
tokenValue: companyId.value
|