@@ -321,7 +321,7 @@ const mm = db => {
static get m(){
- return Savable._m = (Savable._m || (new Proxy({}, {
+ return Savable._m = (new Proxy({}, {
get(obj, _class){
if (_class in obj){
return obj[_class]
@@ -369,7 +369,7 @@ const mm = db => {
set(obj, propName, value){
}
- })))
+ }))
static get relations(){