sr-npm 1.7.385 → 1.7.386
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.
|
@@ -102,6 +102,7 @@ async function fetchJobDescription(jobId) {
|
|
|
102
102
|
|
|
103
103
|
async function getCompanyIdFromCMS() {
|
|
104
104
|
const result = await wixData.query(COLLECTIONS.COMPANY_ID).limit(1).find();
|
|
105
|
+
console.log('result = ', result);
|
|
105
106
|
if (result.items.length > 0) {
|
|
106
107
|
return result.items[0].companyId;
|
|
107
108
|
} else {
|