NodeBB/NodeBB

View on GitHub
src/controllers/accounts/profile.js

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

        if (pids.length) {
            ({ pids } = await plugins.hooks.fire('filter:account.profile.getPids', {
                uid: callerUid,
                userData,
                setSuffix,
Severity: Critical
Found in src/controllers/accounts/profile.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status