mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	fix RYD api
This commit is contained in:
		
							parent
							
								
									9074bdd0cc
								
							
						
					
					
						commit
						efe984a412
					
				| @ -33,8 +33,10 @@ function getJson(str) { | ||||
|   } | ||||
| } | ||||
| 
 | ||||
|   const dislike = await fetch(`${dislike_api}${video_id}`) | ||||
|   const engagement = getJson(dislike) | ||||
|   const engagement = await fetch(`${dislike_api}${video_id}`).then((res) => | ||||
|     res.json() | ||||
|   ); | ||||
|    | ||||
|   | ||||
|   const headers = {}; | ||||
|   /* | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley