From 68648880c335ce0a89e22fee7d9c4466404e9512 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sun, 15 Aug 2021 18:25:54 +0200 Subject: [PATCH] fix: Added timestamps to Hypermind predictions which didn't have them --- src/platforms/hypermind-fetch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platforms/hypermind-fetch.js b/src/platforms/hypermind-fetch.js index 3ba5e57..57875c9 100644 --- a/src/platforms/hypermind-fetch.js +++ b/src/platforms/hypermind-fetch.js @@ -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)