diaspora-orm/diaspora

View on GitHub
src/adapters/webApi/adapter.ts

Summary

Maintainability
A
2 hrs
Test Coverage

File adapter.ts has 273 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import { map, forIn, assign, omit, isArray, isUndefined, isNil, get } from 'lodash';

import { Adapter as _AAdapter } from '../base';
import AAdapter = _AAdapter.Base.AAdapter;
import { Adapter as _WebApiEntity } from './entity';
Severity: Minor
Found in src/adapters/webApi/adapter.ts - About 2 hrs to fix

There are no issues that match your filters.

Category
Status