Skip to content

Commit

Permalink
test: add adopted-probes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Nov 6, 2023
1 parent 8be798e commit 855fcc7
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 71 deletions.
2 changes: 1 addition & 1 deletion src/probe/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export type ProbeLocation = {
asn: number;
latitude: number;
longitude: number;
state: string | undefined;
state?: string | undefined;
network: string;
normalizedNetwork: string;
isHosting?: boolean | undefined;
Expand Down
Loading

0 comments on commit 855fcc7

Please sign in to comment.