fix: Added timestamps to Hypermind predictions which didn't have them
This commit is contained in:
parent
08267e790b
commit
68648880c3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user