CHanging up something in storm
This commit is contained in:
parent
b1624e3852
commit
5aa05cf578
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue