CHanging up something in storm

This commit is contained in:
Ryan 2018-12-16 16:23:03 -05:00
parent b1624e3852
commit 5aa05cf578
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ open class StORM : StORMMirror {
continue continue
} }
if !key.hasPrefix("internal_") && !key.hasPrefix("_") { if !key.hasPrefix("internal_") && !key.hasPrefix("_") {
c.append((child.label!, type(of:child.value))) c.append((child.label!, child.value))
} }
count += 1 count += 1
} }