RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/api/server/v1/email-inbox.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function post has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        async post() {
            check(this.bodyParams, {
                _id: Match.Maybe(String),
                active: Boolean,
                name: String,
Severity: Minor
Found in apps/meteor/app/api/server/v1/email-inbox.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status