@openinc/parse-server-opendash 2.4.75 → 2.4.76

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.
@@ -104,7 +104,7 @@ async function init() {
104
104
  }
105
105
  // If the order is started and has a source, it is running
106
106
  if (object.get("start") &&
107
- object.get("start").getTime() < nowThresholded &&
107
+ object.get("start").getTime() > nowThresholded &&
108
108
  object.get("source") &&
109
109
  !object.get("status")) {
110
110
  object.set("status", "running");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openinc/parse-server-opendash",
3
- "version": "2.4.75",
3
+ "version": "2.4.76",
4
4
  "description": "Parse Server Cloud Code for open.DASH",
5
5
  "keywords": [
6
6
  "parse",