mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	use getJson instead of json.parse
This commit is contained in:
		
							parent
							
								
									2bff8eb46f
								
							
						
					
					
						commit
						ece94d7d7a
					
				| @ -47,7 +47,7 @@ function getJson(str) { | ||||
|     const player = await fetch(`${new_api_url}?v=${id}`, headers); | ||||
|     var h = await player.text(); | ||||
|     var j = toJson(h); | ||||
|     return JSON.parse(j); | ||||
|     return getJson(j); | ||||
|   } | ||||
| 
 | ||||
|   /* | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley