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",
|
"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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user