Browse Source

savable into sliceSavable move

Ivan Asmer 1 năm trước cách đây
mục cha
commit
3bee6ac6af
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -574,7 +574,7 @@ const mm = db => {
     }
 
 
-    return {Savable, sliceSavable}
+    return {sliceSavable}
 }
 
 async function connect(dbName, dsn="mongodb://localhost:27017/"){