mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:48:33 +01:00
lmao
Signed-off-by: Ashley <iamashley@duck.com>
This commit is contained in:
parent
4ba022fba8
commit
3fb8606156
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class PokeTubeDislikesAPIManager {
|
|||
const engagement = await fetch(apiUrl).then((res) => res.json());
|
||||
return engagement;
|
||||
} catch {
|
||||
try
|
||||
try {
|
||||
const engagement = await fetch(fallbackUrl).then((res) => res.json());
|
||||
return engagement;
|
||||
} catch {
|
||||
|
|
Loading…
Reference in a new issue