@idm-plugin/meteo2 0.6.5 → 0.6.6

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
@@ -2165,7 +2165,7 @@ const J = class J {
2165
2165
  Y[i] = {
2166
2166
  lat: isNaN(S) ? null : S,
2167
2167
  lng: isNaN(t) ? null : t,
2168
- pressure: U ? null : Math.round(U) || null,
2168
+ pressure: U ? Math.round(U) : null,
2169
2169
  utc: T.format(),
2170
2170
  wind: {
2171
2171
  datetime: T.format(),