RocketChat/Rocket.Chat

View on GitHub
apps/meteor/server/lib/dataExport/sendViaEmail.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function sendViaEmail has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function sendViaEmail(
    data: {
        rid: string;
        toUsers: string[];
        toEmails: string[];
Severity: Minor
Found in apps/meteor/server/lib/dataExport/sendViaEmail.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status