add missing nconf

This commit is contained in:
Barış Soner Uşaklı
2024-06-11 18:20:53 -04:00
parent 04b4c16e27
commit 194a9fca44

View File

@@ -1,6 +1,7 @@
'use strict';
const _ = require('lodash');
const nconf = require('nconf');
const db = require('../../database');
const meta = require('../../meta');