steamutils 1.1.29 → 1.1.31
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/index.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -5050,7 +5050,8 @@ class SteamUser {
|
|
|
5050
5050
|
if (!timestampMoment.isValid()) {
|
|
5051
5051
|
console.log(`${tradehistory_date} ${tradehistory_timestamp}`);
|
|
5052
5052
|
} else {
|
|
5053
|
-
timestamp = timestampMoment.
|
|
5053
|
+
timestamp = timestampMoment.unix()
|
|
5054
|
+
timestampStr = timestampMoment.format()
|
|
5054
5055
|
}
|
|
5055
5056
|
|
|
5056
5057
|
const tradehistory_event_description_el = tradehistoryrow_el.find('.tradehistory_event_description')
|