Vizzuality/landgriffon

View on GitHub
api/src/modules/users/users.service.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

Function serializerConfig has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  get serializerConfig(): JSONAPISerializerConfig<User> {
    return {
      attributes: [
        'fname',
        'lname',
Severity: Minor
Found in api/src/modules/users/users.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status