sr-npm 1.7.373 → 1.7.374

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.
@@ -34,7 +34,6 @@ async function fetchPositionsFromSRAPI() {
34
34
  let page = 0;
35
35
  const MAX_PAGES = 30 // Safety limit to prevent infinite loops
36
36
  const companyId = await getCompanyIdFromCMS();
37
- console.log('companyId@!@#@#@@#!#@@!@#!@#!@#: ', companyId);
38
37
  console.log('Starting to fetch all positions with pagination...');
39
38
  let offset=0;
40
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.373",
3
+ "version": "1.7.374",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {