Skip to content

Commit 7fdc564

Browse files
committed
refactor(component): remove unused line for mongodb component
1 parent 3b31eea commit 7fdc564

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/helpers/components/mongodb/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { MongoClient } = require('mongodb');
2-
const configs = require('../../configs/global_config');
2+
// const configs = require('../../configs/global_config');
33
const wrapper = require('../../utils/wrapper');
44
const logger = require('../../utils/logger');
55

bin/helpers/components/postgresql/connection.js

Whitespace-only changes.

0 commit comments

Comments
 (0)