mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 16:57:58 +01:00
yes
This commit is contained in:
parent
45962af066
commit
741fe71216
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
.fetch(`${config.invapi}/channels/community/${ID}/`)
|
.fetch(`${config.invapi}/channels/community/${ID}/`)
|
||||||
.then((res) => res.text());
|
.then((res) => res.text());
|
||||||
|
|
||||||
var c = await getJson(community);
|
var c = await getJson(community);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const summary = await wiki.summary(k.Channel.Metadata.Name);
|
const summary = await wiki.summary(k.Channel.Metadata.Name);
|
||||||
|
|
Loading…
Reference in a new issue