mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	fix ryd
This commit is contained in:
		
							parent
							
								
									4922f61d81
								
							
						
					
					
						commit
						4ba022fba8
					
				| @ -48,11 +48,11 @@ class PokeTubeDislikesAPIManager  { | ||||
| 
 | ||||
|      | ||||
|     try { | ||||
|       const engagement = await fetch(fallbackUrl).then((res) => res.json()); | ||||
|       const engagement = await fetch(apiUrl).then((res) => res.json()); | ||||
|       return engagement; | ||||
|     } catch { | ||||
|       try { | ||||
|         const engagement = await fetch(apiUrl).then((res) => res.json()); | ||||
|       try  | ||||
|         const engagement = await fetch(fallbackUrl).then((res) => res.json()); | ||||
|         return engagement; | ||||
|       } catch { | ||||
|         return null; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley