RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/lib/server/methods/removeOAuthService.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function removeOAuthService has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    async removeOAuthService(name) {
        check(name, String);

        const userId = Meteor.userId();

Severity: Minor
Found in apps/meteor/app/lib/server/methods/removeOAuthService.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status