1
Fork 0
This commit is contained in:
Ashley 2022-09-21 11:55:16 +02:00
parent c422790a22
commit 57bdc0a060

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.replace(/\n/g, " "),
desc: k.Channel.Contents.ItemSection.About.Description.replace(/\n/g, " <br> "),
});
});