Skip to content

Commit

Permalink
fix: fix ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Jul 12, 2023
1 parent 35a6ed9 commit ae5191b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/unit/geoip.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import GeoipClient from '../../../src/lib/geoip/client.js';
import NullCache from '../../../src/lib/cache/null-cache.js';
import { populateMemList } from '../../../src/lib/geoip/whitelist.js';
import nockGeoIpProviders, { geoIpMocks } from '../../utils/nock-geo-ip.js';
import { CacheInterface } from '../../../src/lib/cache/cache-interface.js';
import type { CacheInterface } from '../../../src/lib/cache/cache-interface.js';

const MOCK_IP = '131.255.7.26';

Expand Down

0 comments on commit ae5191b

Please sign in to comment.