api/src/modules/geo-regions/geo-region.repository.ts
Function saveGeoRegionAsRadius
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
async saveGeoRegionAsRadius(
newGeoRegionValues: LocationGeoRegionDto,
): Promise<string> {
const selectQuery: SelectQueryBuilder<any> = this.dataSource
.createQueryBuilder()