Ivan Asmer 5 년 전
부모
커밋
4b4036df28
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      index.js

+ 1 - 0
index.js

@@ -444,6 +444,7 @@ const mm = db => {
 
 
             async save(noSync=false){
+                console.log(userACL)
                 if (!this._id && !this.___permissionCan('create'))
                     throw new ReferenceError(`Permissison denied Create Entity of class ${this._class}`)
                 if (this._id && !this.___permissionCan('write'))