Skip to content

Commit

Permalink
Update Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Greenwood <jagreenwood@gmail.com>
  • Loading branch information
mattes-bru and jagreenwood authored Dec 7, 2024
1 parent 0560201 commit ca9c9db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ struct APIHour: Codable, Equatable {
let precipitationType: String
let pressure: Double
let pressureTrend: String
let snowfallIntensity: Double
let snowfallAmount: Double
let snowfallIntensity: Double?
let snowfallAmount: Double?
let temperature: Double
let temperatureApparent: Double
let temperatureDewPoint: Double
Expand Down

0 comments on commit ca9c9db

Please sign in to comment.