fix a description issue

This commit is contained in:
Ashley 2022-09-21 11:53:21 +02:00
parent d3b700c710
commit 395f2769b4

View file

@ -466,7 +466,7 @@ app.get("/channel/", async (req, res) => {
typeof subscribers === "string"
? subscribers.replace("subscribers", "")
: "Private",
desc: k.Channel.Contents.ItemSection.About.Description,
desc: k.Channel.Contents.ItemSection.About.Description.replace(/\n/g, " "),
});
});