RocketChat/Rocket.Chat

View on GitHub
apps/meteor/ee/app/livechat-enterprise/server/hooks/handleNextAgentPreferredEvents.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Avoid too many return statements within this function.
Open

            return defaultAgent;

    Avoid too many return statements within this function.
    Open

                return defaultAgent;

      Avoid too many return statements within this function.
      Open

                  return guestAgent;

        Avoid too many return statements within this function.
        Open

                return lastRoomAgent ?? defaultAgent;

          There are no issues that match your filters.

          Category
          Status