Skip to content

Commit 35566c9

Browse files
committed
Fixed a very dumb bug
1 parent eb6f63f commit 35566c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CoreDataQueryInterface/NSExpressionDescription.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public extension NSExpressionDescription {
1616
) {
1717
self.init()
1818
self.expression = Object<M>()[keyPath: keyPath].pqiExpression
19-
self.name = self.name
19+
self.name = name
2020
self.resultType = type
2121
}
2222
}

0 commit comments

Comments
 (0)