mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:18:27 +01:00
fix json thiny lol
This commit is contained in:
parent
f193630d03
commit
654a0c81f6
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
core.video(v).then((data) => {
|
||||
try {
|
||||
const k = data?.video;
|
||||
const json = data.json;
|
||||
const json = data?.json;
|
||||
const engagement = data.engagement;
|
||||
const inv_comments = data.comments || "Disabled";
|
||||
const inv_vid = data.vid;
|
||||
|
|
Loading…
Reference in a new issue