fix hostname

This commit is contained in:
2026-03-07 00:27:14 +01:00
parent 55b3b61bbf
commit 56ed5909c7
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
export interface GeoData {
ip: string;
hostname: string | null;
countryCode: string | null;
countryName: string | null;
city: string | null;