@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/module.js CHANGED
@@ -2708,7 +2708,7 @@ class $f22028e81f385e47$var$Calculator extends (0, $5OpyM$Component) {
2708
2708
  country: this.state.toCountryValue,
2709
2709
  currency: this.state.toCurrencyValue
2710
2710
  },
2711
- timestamp: new Date()
2711
+ timestamp: Date.now()
2712
2712
  };
2713
2713
  try {
2714
2714
  const transaction = await db.collection("transactions").add(model);