feat: Adds minimal home page, change license to cc-by-nc-sa license in prep for public availablility.
Some checks failed
CI / Linux Tests (push) Failing after 5m41s
Some checks failed
CI / Linux Tests (push) Failing after 5m41s
This commit is contained in:
@@ -188,7 +188,9 @@ extension Room {
|
||||
self.coolingTotal = coolingTotal
|
||||
self.coolingSensible = coolingSensible
|
||||
self.registerCount = registerCount
|
||||
self.delegatedToName = delegatedToName
|
||||
// Treat empty strings as nil, as they are often empty
|
||||
// when left blank in a CSV file.
|
||||
self.delegatedToName = delegatedToName == "" ? nil : delegatedToName
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user