oplik0/cherrydoor

View on GitHub
cherrydoor/static/components/ManageUsers.js

Summary

Maintainability
A
1 hr
Test Coverage

Function submitUsers has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        submitUsers() {
            const original_users = this.$data.original_users;
            function difference(a, b) {
                a = new Set(a);
                b = new Set(b);
Severity: Minor
Found in cherrydoor/static/components/ManageUsers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status