Skip to content

Commit 8c9414b

Browse files
committed
Properly return when setting Codable properties
This was just lacking a return which made it fall into an assertion. As described in Issue #27.
1 parent 540aa93 commit 8c9414b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/ManagedModels/SchemaCompatibility/NSAttributeDescription+Data.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ extension CoreData.NSAttributeDescription: SchemaProperty {
8787
valueTransformerName = name
8888
}
8989
setValueClassName(for: codableType)
90+
return
9091
}
9192

9293
// TBD:

0 commit comments

Comments
 (0)