From d25a24de6038a9778fbf656b66b49625423b171d Mon Sep 17 00:00:00 2001 From: Banyu_sans Date: Wed, 11 Sep 2024 06:01:42 -0700 Subject: [PATCH] fix: createInfos()

bug --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 2eef25e..33a9389 100644 --- a/script.js +++ b/script.js @@ -53,7 +53,7 @@ function createInfos([url, type, id, uploadDate, author]) {

Type: ${type}

ID: ${id}

- Upload Date: ${uploadDate}Upload Date: ${uploadDate}

Author: ${author}

`;