mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Remove require statement breaking deploys
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
var mongodb = require('mongodb');
|
||||
const { doesNotThrow } = require('should');
|
||||
var connection = null;
|
||||
var MongoClient = mongodb.MongoClient;
|
||||
var mongo = {};
|
||||
|
||||
Reference in New Issue
Block a user