Update index.html

This commit is contained in:
Logan Williams
2021-05-21 11:02:33 +02:00
committed by GitHub
parent 58166eb25d
commit b21fcdcb40

View File

@@ -50,7 +50,6 @@
})
.then(function (text) {
text = text.replaceAll("\\", "");
console.log(text);
var split = text.split(`"createTime":`);
split = split[1].split(`,`);