From cdf9b874974e794a270ee7d1402a4cb8988a78b1 Mon Sep 17 00:00:00 2001 From: agomizi1cm Date: Tue, 30 Jun 2026 23:02:48 +0900 Subject: [PATCH] fix typo --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 80f855f..bdae9c8 100644 --- a/server.js +++ b/server.js @@ -73,7 +73,7 @@ app.get('/', (req, res) => { `); } else { // チェストにファイルがある場合:ダウンロード用リンクを返す - const remainingTime = Math.max(0, Math.規劃((currentChestFile.expiresAt - Date.now()) / 1000)); + const remainingTime = Math.max(0, Math.floor((currentChestFile.expiresAt - Date.now()) / 1000)); res.send(`