Browse Source

savable into sliceSavable move

Ivan Asmer 1 year ago
parent
commit
3bee6ac6af
1 changed files with 1 additions and 1 deletions
  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/"){