mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 01:27:59 +00:00
lol
This commit is contained in:
parent
7312960bb0
commit
7e2c544872
@ -81,7 +81,7 @@ class InnerTubePokeVidious {
|
|||||||
*/
|
*/
|
||||||
const response = await fetch(url, { headers });
|
const response = await fetch(url, { headers });
|
||||||
|
|
||||||
while (response.status === 500) {
|
if (response.status === 500) {
|
||||||
// If status is 500, fetch again
|
// If status is 500, fetch again
|
||||||
return fetchData(url, headers);
|
return fetchData(url, headers);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user