mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
bwa bwa
This commit is contained in:
parent
dbde6dbfb9
commit
29aea0be35
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
|
||||
if (continuation) {
|
||||
const currentAuthorId = String(cinv.authorId).trim();
|
||||
const firstVideoAuthorId = String(tj.videos[0].authorId).trim();
|
||||
const firstVideoAuthorId = String(tj?.videos[0].authorId).trim();
|
||||
|
||||
if (currentAuthorId.localeCompare(firstVideoAuthorId) !== 0) {
|
||||
res.status(400).send("Continuation does not match the channel :c");
|
||||
|
|
Loading…
Reference in a new issue