sr-npm 1.7.590 → 1.7.591

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.
Files changed (2) hide show
  1. package/backend/data.js +0 -1
  2. package/package.json +1 -1
package/backend/data.js CHANGED
@@ -468,7 +468,6 @@ async function syncJobsFast() {
468
468
  }
469
469
 
470
470
 
471
-
472
471
  async function clearCollections() {
473
472
  console.log("clearing collections");
474
473
  await Promise.all([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.590",
3
+ "version": "1.7.591",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {