grigori-gru/jira-to-matrix

View on GitHub
src/messengers/chat-fasade.ts

Summary

Maintainability
B
4 hrs
Test Coverage

ChatFasade has 33 functions (exceeds 20 allowed). Consider refactoring.
Open

export class ChatFasade {
    chatPool: MessengerApi[];
    worker: MessengerApi;

    constructor(chatPool: Array<MessengerApi>) {
Severity: Minor
Found in src/messengers/chat-fasade.ts - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status