This commit is contained in:
Ashley 2022-12-29 20:25:50 +00:00
parent 45962af066
commit 741fe71216

View file

@ -142,7 +142,7 @@ module.exports = function (app, config, renderTemplate) {
.fetch(`${config.invapi}/channels/community/${ID}/`)
.then((res) => res.text());
var c = await getJson(community);
var c = await getJson(community);
try {
const summary = await wiki.summary(k.Channel.Metadata.Name);