sr-npm 1.7.377 → 1.7.378
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
|
@@ -342,6 +342,7 @@ async function syncJobsFast() {
|
|
|
342
342
|
console.log("Syncing jobs fast");
|
|
343
343
|
console.log("creating company id collection and filling it with the company ID");
|
|
344
344
|
|
|
345
|
+
|
|
345
346
|
await createCompanyIdCollectionAndFillIt();
|
|
346
347
|
await createCollections();
|
|
347
348
|
await clearCollections();
|