1
Fork 0
Signed-off-by: Ashley <iamashley@duck.com>
This commit is contained in:
Ashley 2023-11-22 04:58:00 +00:00
parent 4ba022fba8
commit 3fb8606156

View file

@ -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 {