RocketChat/Rocket.Chat

View on GitHub
apps/meteor/ee/server/settings/video-conference.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function addSettings has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function addSettings(): Promise<void> {
    return settingsRegistry.addGroup('Video_Conference', async function () {
        await this.with(
            {
                enterprise: true,
Severity: Minor
Found in apps/meteor/ee/server/settings/video-conference.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status