1
Fork 0

fix a description issue

This commit is contained in:
Ashley 2022-09-21 11:53:21 +02:00
parent 3f45571640
commit c422790a22

View file

@ -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, " "),
}); });
}); });