1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 02:34:38 -05:00

fix json thiny lol

This commit is contained in:
Ashley 2023-07-01 19:07:50 +00:00
parent f193630d03
commit 654a0c81f6

View file

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