laundree/laundree

View on GitHub
src/db/redis.js

Summary

Maintainability
A
45 mins
Test Coverage

Function linkEmitter has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

export function linkEmitter<A, B> (subEmitter: EventEmitter, pubEmitter: EventEmitter, name: string, listen: string[], serialize: (a: A) => Promise<string>, deserialize: (s: string) => Promise<B>) {
Severity: Minor
Found in src/db/redis.js - About 45 mins to fix

There are no issues that match your filters.

Category
Status