Remove require statement breaking deploys

This commit is contained in:
Sulka Haro
2020-09-27 12:01:48 +03:00
parent 84c245c90f
commit 54a5b35578
-1
View File
@@ -1,7 +1,6 @@
'use strict';
var mongodb = require('mongodb');
const { doesNotThrow } = require('should');
var connection = null;
var MongoClient = mongodb.MongoClient;
var mongo = {};