Skip to content

Commit c7608ca

Browse files
committed
Fix dep loading
1 parent 786c115 commit c7608ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
/* Dependencies */
77
const { MongoClient, ObjectID } = require("mongodb");
8-
const Interface = require("@sapling/sapling").drivers.db.Interface;
9-
const { console } = require("@sapling/sapling").lib.Cluster;
8+
const Interface = require("@sapling/sapling/drivers/db/Interface");
9+
const { console } = require("@sapling/sapling/lib/Cluster");
1010

1111
/* Default values */
1212
const HOST = "localhost";

0 commit comments

Comments
 (0)