This commit is contained in:
Ashley 2022-10-16 12:07:26 +02:00
parent f6962c7659
commit 96de6f43ca

View file

@ -662,7 +662,6 @@ app.get("/", async function (req, res) {
const t = JSON.parse(invtrend); const t = JSON.parse(invtrend);
console.log(invtrend);
renderTemplate(res, req, "main.ejs", { renderTemplate(res, req, "main.ejs", {
k: k, k: k,
tab: req.query.tab, tab: req.query.tab,