grigori-gru/jira-to-matrix

View on GitHub
src/fsm/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getChatFsm has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const getChatFsm = (chatFasade: ChatFasade, handler: QueueHandler): StateMachine => {
    const startTime = Date.now();
    const fsm = new StateMachine({
        init: states.init,
        transitions: [
Severity: Minor
Found in src/fsm/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status