RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/startup/otr.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Avoid too many return statements within this function.
Open

        return message;
Severity: Major
Found in apps/meteor/client/startup/otr.ts - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                        return { ...message, msg: otrAck };
    Severity: Major
    Found in apps/meteor/client/startup/otr.ts - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                  return { ...message, _id, msg };
      Severity: Major
      Found in apps/meteor/client/startup/otr.ts - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                            return { ...message, _id, t: 'otr-ack', msg };
        Severity: Major
        Found in apps/meteor/client/startup/otr.ts - About 30 mins to fix

          There are no issues that match your filters.

          Category
          Status