bcgov/common-object-management-service

View on GitHub
app/src/db/models/tables/user.js

Summary

Maintainability
A
1 hr
Test Coverage
F
20%

Function modifiers has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static get modifiers() {
    return {
      filterUserId(query, value) {
        filterOneOrMany(query, value, 'userId');
      },
Severity: Minor
Found in app/src/db/models/tables/user.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status