Add new dependencies and update file paths
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,7 +3,7 @@ const path = require('path');
|
||||
const { logger, ErrorLogger, logRequestInfo } = require('../config/logs');
|
||||
|
||||
const dataFolderPath = path.join(__dirname, '../data');
|
||||
const filesToCreate = ['setup.json', 'user.json', 'file_info.json'];
|
||||
const filesToCreate = ['setup.json', 'user.json', 'file_info.json', 'banData.json'];
|
||||
|
||||
filesToCreate.forEach((fileName) => {
|
||||
const filePath = path.join(dataFolderPath, fileName);
|
||||
|
||||
Reference in New Issue
Block a user