mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
fix a description issue
This commit is contained in:
parent
3f45571640
commit
c422790a22
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ app.get("/channel/", async (req, res) => {
|
||||||
typeof subscribers === "string"
|
typeof subscribers === "string"
|
||||||
? subscribers.replace("subscribers", "")
|
? subscribers.replace("subscribers", "")
|
||||||
: "Private",
|
: "Private",
|
||||||
desc: k.Channel.Contents.ItemSection.About.Description,
|
desc: k.Channel.Contents.ItemSection.About.Description.replace(/\n/g, " "),
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue