We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319b5b0 commit 624ab59Copy full SHA for 624ab59
1 file changed
Sources/CoreModel/PropertyKey.swift
@@ -12,6 +12,7 @@ public struct PropertyKey: RawRepresentable, Codable, Equatable, Hashable, Senda
12
public let rawValue: String
13
14
public init(rawValue: String) {
15
+ assert(rawValue.isEmpty == false)
16
self.rawValue = rawValue
17
}
18
0 commit comments