aiao-io/aiao

View on GitHub
libs/typeorm-plus/src/lib/translate-typeorm-type.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function translateTypeormType has 101 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

export function translateTypeormType(type: any) {
  switch (type) {
    case Number:
      return Sequelize.NUMBER;
    case String:
Severity: Major
Found in libs/typeorm-plus/src/lib/translate-typeorm-type.ts - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status