api/services/game/index.js
Showing 1 of 1 total issue
Function exports
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function () { const app = this const imgUploadsDir = path.join(__dirname, '..', '..', '..', 'public', 'uploads', 'imgs') const directories = { icons: path.join(imgUploadsDir, 'icons'),