mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-28 14:49:03 +01:00
yes
This commit is contained in:
parent
1fde25c086
commit
c80d2e45dd
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}/`)
|
||||
.then((res) => res.text());
|
||||
|
||||
var c = await getJson(community);
|
||||
var c = await getJson(community);
|
||||
|
||||
try {
|
||||
const summary = await wiki.summary(k.Channel.Metadata.Name);
|
||||
|
|
Loading…
Reference in a new issue