|  | @@ -8,7 +8,7 @@ export const createPengunjung = async () => {
 | 
	
		
			
				|  |  |  			os: navigator.userAgentData.platform,
 | 
	
		
			
				|  |  |  			ipv4: jsonip.data.ip,
 | 
	
		
			
				|  |  |  			location: {
 | 
	
		
			
				|  |  | -				country: { type: String },
 | 
	
		
			
				|  |  | +				country: jsonip.data.country_name,
 | 
	
		
			
				|  |  |  				region: jsonip.data.region_name,
 | 
	
		
			
				|  |  |  				city: jsonip.data.city,
 | 
	
		
			
				|  |  |  				lat: jsonip.data.latitude,
 |