drinkingvideogames/mixer

View on GitHub
api/services/game/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function exports has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function () {
const app = this
const imgUploadsDir = path.join(__dirname, '..', '..', '..', 'public', 'uploads', 'imgs')
const directories = {
icons: path.join(imgUploadsDir, 'icons'),
Severity: Minor
Found in api/services/game/index.js - About 1 hr to fix
    Category
    Status