RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/irc/server/irc-bridge/localHandlers/onCreateUser.js

Summary

Maintainability
A
1 hr
Test Coverage

Function handleOnCreateUser has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default async function handleOnCreateUser(newUser) {
    if (!newUser) {
        return this.log('Invalid handleOnCreateUser call');
    }
    if (!newUser.username) {
Severity: Minor
Found in apps/meteor/app/irc/server/irc-bridge/localHandlers/onCreateUser.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status