just-paja/radio-drama-queen

View on GitHub
src/electron/workers/updateSound.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  updateSound: (soundData) => {
    if (!soundData) {
      return Promise.reject(new Error('You must pass some sound data'))
    }

Severity: Minor
Found in src/electron/workers/updateSound.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status