4minitz/4minitz

View on GitHub
imports/documentGeneration.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function getDocumentData has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    static getDocumentData(context) {
        let presentParticipants = context._participants.filter(participant => {
            return participant.present;
        });

Severity: Major
Found in imports/documentGeneration.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status