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",
|
version: "v0",
|
||||||
async fetcher() {
|
async fetcher() {
|
||||||
let bearer = process.env.INSIGHT_BEARER;
|
let bearer = process.env.INSIGHT_BEARER;
|
||||||
let pageNum = 1
|
// let data = await fetchData(bearer);
|
||||||
let data = await fetchData(bearer);
|
// console.log(data)
|
||||||
console.log(data)
|
|
||||||
let results = [] // await processPredictions(data); // somehow needed
|
let results = [] // await processPredictions(data); // somehow needed
|
||||||
return results;
|
return results;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user