mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-18 06:57:15 +01:00
fix wrong optional configuration in Field.Virtual
This commit is contained in:
@@ -325,7 +325,7 @@ extension FieldContainer.Virtual where V: FieldOptionalType {
|
||||
|
||||
self.init(
|
||||
keyPath: keyPath,
|
||||
isOptional: false,
|
||||
isOptional: true,
|
||||
customGetter: customGetter,
|
||||
customSetter: customSetter,
|
||||
affectedByKeyPaths: affectedByKeyPaths
|
||||
|
||||
Reference in New Issue
Block a user