@traund/orquezta-widget-calculator 1.1.2 → 1.1.3

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/dist/index.js CHANGED
@@ -2719,7 +2719,7 @@ class $eb8bef229a07cd2d$var$Calculator extends (0, $gXNCa$react.Component) {
2719
2719
  country: this.state.toCountryValue,
2720
2720
  currency: this.state.toCurrencyValue
2721
2721
  },
2722
- timestamp: new Date()
2722
+ timestamp: Date.now()
2723
2723
  };
2724
2724
  try {
2725
2725
  const transaction = await db.collection("transactions").add(model);