Skip to content

Commit

Permalink
Update useUserIPInfo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Mar 6, 2024
1 parent 4111543 commit ab8a008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useUserIPInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const useUserIPInfo = () => {
zipCode: "00000",
cityName: "-",
regionName: "-",
isProxy: true,
isProxy: false,
},
});

Expand Down

0 comments on commit ab8a008

Please sign in to comment.