Skip to content

Commit 358511c

Browse files
author
dima_z
committed
imports rearranging
1 parent 137dde7 commit 358511c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/controller/mongo.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {Request, Response, Router } from "express";
2-
import {MongoClient} from "mongodb";
2+
import {Db, MongoClient} from "mongodb";
33
import {MongoDataAPI} from 'flexmonster-mongo-connector';
4-
import {Db} from 'mongodb';
54

65
let dbo: Db = null;
76
let _apiReference: MongoDataAPI = null;

0 commit comments

Comments
 (0)