fix: Added timestamps to Hypermind predictions which didn't have them

This commit is contained in:
NunoSempere 2021-08-15 18:25:54 +02:00
parent 08267e790b
commit 68648880c3

View File

@ -100,6 +100,7 @@ async function hypermind_inner(cookie) {
"platform": "Hypermind", "platform": "Hypermind",
"description": description, "description": description,
"options": [], "options": [],
"timestamp": new Date().toISOString(),
"qualityindicators": { "qualityindicators": {
"stars": calculateStars("Hypermind", ({})), "stars": calculateStars("Hypermind", ({})),
"numforecasters": Number(result.fcsterCnt) "numforecasters": Number(result.fcsterCnt)