From d3e9ece788a3f641ed1f7bc17a80dfcadb4e9360 Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Fri, 14 May 2021 16:26:02 +0200 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6c47705..cf9102a 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@ text = text.replaceAll("\\", ""); console.log(text); var split = text.split(`"createTime":`); - split = split[1].split(`"`); + split = split[1].split(`,`); var formatted = dayjs .utc(+split[0] * 1000)