Ivan Asmer 5 лет назад
Родитель
Сommit
072e903917
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      index.js

+ 1 - 1
index.js

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