mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 11:37:49 +01:00
test commit ignore pls
This commit is contained in:
parent
4515b3ca13
commit
4d3e63970d
1 changed files with 1 additions and 5 deletions
|
@ -370,11 +370,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
const dnoreplace = about?.Description.toString();
|
||||
|
||||
|
||||
if(!Array.isArray(tj?.videos)) {
|
||||
if(Array.isArray(shorts?.videos)) {
|
||||
res.redirect(`/channel?id=${req.query.id}&tab=shorts`)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
renderTemplate(res, req, "channel.ejs", {
|
||||
|
|
Loading…
Reference in a new issue