Skip to content

Commit

Permalink
tweak: Hide Insight Prediction code for now
Browse files Browse the repository at this point in the history
Asking the guy for less rate limiting in my api access.
  • Loading branch information
NunoSempere committed Jul 9, 2022
1 parent 494e8d7 commit a751caf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/backend/platforms/insight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
},
Expand Down

0 comments on commit a751caf

Please sign in to comment.