RocketChat/Rocket.Chat

View on GitHub
apps/meteor/server/startup/migrations/v283.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function up has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    async up() {
        // Removing all settings & permissions related to Legacy FB Messenger integration
        await Promise.all([
            Settings.deleteMany({
                _id: {
Severity: Minor
Found in apps/meteor/server/startup/migrations/v283.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status