Explorar el Código

-cache of proxy on Savable

Ivan Asmer hace 5 años
padre
commit
072e903917
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]