And the ? was forgotten
This commit is contained in:
@@ -7,7 +7,7 @@ public struct SelectedImageItem: Codable, ObjectDebugger {
|
||||
[en, fr, pl].compactMap { $0 }.first ?? ""
|
||||
}
|
||||
|
||||
public init(en: String?, fr: String?, pl: String) {
|
||||
public init(en: String?, fr: String?, pl: String?) {
|
||||
self.en = en
|
||||
self.fr = fr
|
||||
self.pl = pl
|
||||
|
||||
Reference in New Issue
Block a user