Modifying print statement for an unexpected type for primary keys
This commit is contained in:
parent
1cbb94d729
commit
4ee391dcd5
|
@ -117,7 +117,7 @@ open class StORM {
|
|||
case is String.Type, is String?.Type:
|
||||
return (val as! String).isEmpty
|
||||
default:
|
||||
print("[StORM] WARNING: Switched unexpected type for PRIMARY KEY in function: \(#function). TYPE: \(type)")
|
||||
print("[StORM] WARNING: Unexpected type for PRIMARY KEY in function: \(#function). TYPE: \(type)")
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue