diff --git a/bizmatch-server/src/geo/geo.service.ts b/bizmatch-server/src/geo/geo.service.ts index 039acc1..c8e9b03 100644 --- a/bizmatch-server/src/geo/geo.service.ts +++ b/bizmatch-server/src/geo/geo.service.ts @@ -2,10 +2,9 @@ import { Inject, Injectable } from '@nestjs/common'; import { readFileSync } from 'fs'; import { WINSTON_MODULE_PROVIDER } from 'nest-winston'; import { join } from 'path'; -import { CityAndStateResult, CountyResult, GeoResult, IpInfo } from 'src/models/main.model'; +import { CityAndStateResult, CountyResult, GeoResult, IpInfo, RealIpInfo } from 'src/models/main.model'; import { Logger } from 'winston'; import { City, CountyData, Geo, State } from '../models/server.model'; -import { RealIpInfo } from './geo.controller'; // const __filename = fileURLToPath(import.meta.url); // const __dirname = path.dirname(__filename);