Vizzuality/landgriffon

View on GitHub
api/src/modules/geo-regions/geo-region.repository.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

  async saveGeoRegionAsRadius(
    newGeoRegionValues: LocationGeoRegionDto,
  ): Promise<string> {
    const selectQuery: SelectQueryBuilder<any> = this.dataSource
      .createQueryBuilder()
Severity: Minor
Found in api/src/modules/geo-regions/geo-region.repository.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status