Skip to content

Commit

Permalink
docs(README): remove ipLocation field
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Jun 3, 2024
1 parent fb594a3 commit ef69009
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,30 +211,6 @@ For more information, see the [Server API documentation](https://dev.fingerprint
"timestamp": 1582299576512,
"url": "https://www.example.com/login",
"ip": "61.127.217.15",
"ipLocation": {
"accuracyRadius": 10,
"latitude": 49.982,
"longitude": 36.2566,
"postalCode": "61202",
"timezone": "Europe/Dusseldorf",
"city": {
"name": "Dusseldorf"
},
"continent": {
"code": "EU",
"name": "Europe"
},
"country": {
"code": "DE",
"name": "Germany"
},
"subdivisions": [
{
"isoCode": "63",
"name": "North Rhine-Westphalia"
}
]
},
"browserDetails": {
"browserName": "Chrome",
"browserMajorVersion": "74",
Expand Down Expand Up @@ -359,30 +335,6 @@ For more information, see the [Server API documentation](https://dev.fingerprint
"timestamp": 1582299576512,
"url": "https://www.example.com/login",
"ip": "61.127.217.15",
"ipLocation": {
"accuracyRadius": 10,
"latitude": 49.982,
"longitude": 36.2566,
"postalCode": "61202",
"timezone": "Europe/Dusseldorf",
"city": {
"name": "Dusseldorf"
},
"continent": {
"code": "EU",
"name": "Europe"
},
"country": {
"code": "DE",
"name": "Germany"
},
"subdivisions": [
{
"isoCode": "63",
"name": "North Rhine-Westphalia"
}
]
},
"browserDetails": {
"browserName": "Chrome",
"browserMajorVersion": "74",
Expand Down

0 comments on commit ef69009

Please sign in to comment.