Links wip (broken)

This commit is contained in:
barsdeveloper
2022-03-14 18:58:23 +01:00
parent 8bca6dcff4
commit c4b0dac1b7
10 changed files with 1146 additions and 1083 deletions

View File

@@ -46,7 +46,7 @@ export default class IEntity {
if (defaultValue instanceof Function) {
defaultValue = TypeInitialization.sanitize(new defaultValue())
}
target[property] = defaultValue
target[property] = TypeInitialization.sanitize(defaultValue)
}
}
defineAllAttributes([], this, this.constructor.attributes)