drinkingvideogames/mixer

View on GitHub
src/sagas/game.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function makeGameSagas has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function makeGameSagas (app) {
function* add (action) {
try {
const image = yield upload(app.service('gameimages'), action.payload.imageUrl)
const iconImage = yield upload(app.service('gameicons'), action.payload.iconImageUrl)
Severity: Minor
Found in src/sagas/game.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status