Skip to content

Commit

Permalink
Updated GeoLookup toString
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-fiscaletti committed Mar 11, 2022
1 parent 25756ce commit bcc97d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class GeoLookup extends Promise {
}

get [Symbol.toStringTag]() {
return 'MyPromise';
return 'GeoLookup';
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ipstackgeo-js",
"description": "A simple library used to interface with an IPStack Geo API.",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Nathan Fiscaletti",
"email": "[email protected]"
Expand Down

0 comments on commit bcc97d3

Please sign in to comment.