mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:58:12 +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}/`)
|
||||
.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