There was an error while loading. Please reload this page.
1 parent 137dde7 commit 358511cCopy full SHA for 358511c
src/controller/mongo.ts
@@ -1,7 +1,6 @@
1
import {Request, Response, Router } from "express";
2
-import {MongoClient} from "mongodb";
+import {Db, MongoClient} from "mongodb";
3
import {MongoDataAPI} from 'flexmonster-mongo-connector';
4
-import {Db} from 'mongodb';
5
6
let dbo: Db = null;
7
let _apiReference: MongoDataAPI = null;
0 commit comments