mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
this bug existed and i didint knew it aaaaaaaaaaaaaaaaa
This commit is contained in:
parent
241e43ba96
commit
2cd214a08f
@ -224,8 +224,8 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let support;
|
let support;
|
||||||
if (String(json.Description) !== "[object Object]") {
|
if (String(inv_vid.description) !== "[object Object]") {
|
||||||
support = (PATREON_REGEX.exec(json.Description) ?? {}).groups;
|
support = (PATREON_REGEX.exec(inv_vid.description) ?? {}).groups;
|
||||||
}
|
}
|
||||||
|
|
||||||
let badges = "";
|
let badges = "";
|
||||||
@ -283,10 +283,11 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
inv_vid,
|
inv_vid,
|
||||||
lyrics: "",
|
lyrics: "",
|
||||||
});
|
});
|
||||||
} catch {
|
} catch (error) {
|
||||||
return res.redirect("/?fromerror=41");
|
console.error(error);
|
||||||
|
return res.redirect("/?fromerror=41");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get("/lite", async function (req, res) {
|
app.get("/lite", async function (req, res) {
|
||||||
|
Loading…
Reference in New Issue
Block a user