Skip to content

Commit 4b347ef

Browse files
authored
Merge pull request #967 from maxmind/horgh/device
Remove misleading docs about device ID
2 parents 4c7fbe4 + 0cdff8d commit 4b347ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/response/records.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ export interface Device {
177177
readonly confidence: number;
178178
/**
179179
* A UUID that MaxMind uses for the device associated with this IP address.
180-
* Note that many devices cannot be uniquely identified because they are too
181-
* common (for example, all iPhones of a given model and OS release). In
182-
* these cases, the minFraud service will simply not return a UUID for that
183-
* device.
184180
*/
185181
readonly id?: string;
186182
/**

0 commit comments

Comments
 (0)