RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/components/RoomIcon/OmnichannelRoomIcon/lib/OmnichannelRoomIcon.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function get has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public get(appId: string, icon: string): string | undefined {
        if (!appId || !icon) {
            return;
        }

    There are no issues that match your filters.

    Category
    Status