RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/livechat/server/api/lib/appearance.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function findAppearance has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function findAppearance(): Promise<{ appearance: ISetting[] }> {
    const query = {
        _id: {
            $in: [
                'Livechat_title',
Severity: Minor
Found in apps/meteor/app/livechat/server/api/lib/appearance.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status