bustlelabs/shep

View on GitHub
src/util/context.js

Summary

Maintainability
A
1 hr
Test Coverage

Function default has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (config) {
  const id = uuid.v1()
  const stream = uuid.v4().replace(/-/g, '')

  const timeout = config.Timeout || 10
Severity: Minor
Found in src/util/context.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status