Grammar fixed

This commit is contained in:
barsdeveloper
2021-10-22 18:44:44 +02:00
parent 051eed061d
commit a34be2351e
10 changed files with 188 additions and 97 deletions

View File

@@ -39,10 +39,7 @@ export default class Entity {
fullKey,
target[property],
defaultValue,
(t, _, v) => {
console.log(v)
t.push(v)
})
(t, _, v) => t.push(v))
continue
}
if (defaultValue instanceof TypeInitialization) {