Parcourir la source

-cache of proxy on Savable

Ivan Asmer il y a 5 ans
Parent
commit
072e903917
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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]