tweak: Hide Insight Prediction code for now
Asking the guy for less rate limiting in my api access.
This commit is contained in:
parent
494e8d74ad
commit
a751caf8fb
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user