mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:18:27 +01:00
fix some goofy ahh stuff
This commit is contained in:
parent
c0c1ddb4a9
commit
73efab6556
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
var { tj, shorts, stream, c, boutJson } = cache[ID].result;
|
||||
}
|
||||
|
||||
const summary = await wiki.summary(boutJson.Channel.Metadata.Name);
|
||||
const summary = await wiki.summary(boutJson?.Channel?.Metadata.Name);
|
||||
const wikiSummary = summary.title !== "Not found." ? summary : "none";
|
||||
|
||||
const subscribers = boutJson.Channel.Metadata.Subscribers;
|
||||
|
|
Loading…
Reference in a new issue