Skip to content

Commit

Permalink
fix: focs
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Jul 11, 2023
1 parent 8e7d14e commit fdada52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Tell about the project -->

Link to the resources: [https://github.com/softvisio-node/asn/releases/tag/resources](https://github.com/softvisio-node/asn/releases/tag/resources).
Link to the resources: [https://github.com/softvisio-node/geoip-asn/releases/tag/resources](https://github.com/softvisio-node/geoip-asn/releases/tag/resources).

## Install

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Tell about the project -->

Link to the resources: [https://github.com/softvisio-node/asn/releases/tag/resources](https://github.com/softvisio-node/asn/releases/tag/resources).
Link to the resources: [https://github.com/softvisio-node/geoip-asn/releases/tag/resources](https://github.com/softvisio-node/geoip-asn/releases/tag/resources).

## Install

Expand Down
4 changes: 2 additions & 2 deletions lib/external-resources/geolite2-asn.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import Builder from "#core/external-resources/builder";
import ExternalResourceBuilder from "#core/external-resources/builder";
import fetch from "#core/fetch";
import tar from "#core/tar";

const MAXMIND_ID = "GeoLite2-ASN",
MAXMIND_LICENSE_KEY = process.env.MAXMIND_LICENSE_KEY,
url = `https://download.maxmind.com/app/geoip_download?edition_id=${MAXMIND_ID}&license_key=${MAXMIND_LICENSE_KEY}&suffix=tar.gz`;

export default class TLD extends Builder {
export default class TLD extends ExternalResourceBuilder {

// properties
get id () {
Expand Down

0 comments on commit fdada52

Please sign in to comment.