tweak: Hide Insight Prediction code for now

Asking the guy for less rate limiting in my api access.
This commit is contained in:
NunoSempere 2022-07-08 22:56:56 -04:00
parent 494e8d74ad
commit a751caf8fb

View File

@ -106,9 +106,8 @@ export const insight: Platform = {
version: "v0",
async fetcher() {
let bearer = process.env.INSIGHT_BEARER;
let pageNum = 1
let data = await fetchData(bearer);
console.log(data)
// let data = await fetchData(bearer);
// console.log(data)
let results = [] // await processPredictions(data); // somehow needed
return results;
},