@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/package.json +1 -1
- package/src/calculator.js +1980 -1980
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:
|
|
2711
|
+
timestamp: Date.now()
|
|
2712
2712
|
};
|
|
2713
2713
|
try {
|
|
2714
2714
|
const transaction = await db.collection("transactions").add(model);
|