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",
"description": description,
"options": [],
"timestamp": new Date().toISOString(),
"qualityindicators": {
"stars": calculateStars("Hypermind", ({})),
"numforecasters": Number(result.fcsterCnt)