We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786c115 commit c7608caCopy full SHA for c7608ca
index.js
@@ -5,8 +5,8 @@
5
6
/* Dependencies */
7
const { MongoClient, ObjectID } = require("mongodb");
8
-const Interface = require("@sapling/sapling").drivers.db.Interface;
9
-const { console } = require("@sapling/sapling").lib.Cluster;
+const Interface = require("@sapling/sapling/drivers/db/Interface");
+const { console } = require("@sapling/sapling/lib/Cluster");
10
11
/* Default values */
12
const HOST = "localhost";
0 commit comments