diff --git a/index.js b/index.js index 5a09124..08c44cb 100644 --- a/index.js +++ b/index.js @@ -49,7 +49,7 @@ app.get("/", async (req, res) => { res.render("index", { totalUploads: totalUploads, - totalSize: kbToMB, + totalSize: kbToMB.toFixed(2), hosterEmail: hosterEmail, }); });