feat: Begins adding html snapshot tests.
This commit is contained in:
@@ -7,7 +7,7 @@ public enum MoldRisk {
|
||||
Assess mold risk based on indoor conditions.
|
||||
"""
|
||||
|
||||
public struct Request: Codable, Equatable, Sendable {
|
||||
public struct Request: Codable, Equatable, Sendable, Hashable {
|
||||
|
||||
public let temperature: Double
|
||||
public let humidity: Double
|
||||
|
||||
Reference in New Issue
Block a user