소스 검색

-cache of proxy on Savable

Ivan Asmer 4 년 전
부모
커밋
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]