diff --git a/src/index.js b/src/index.js index e429c5c..3137add 100644 --- a/src/index.js +++ b/src/index.js @@ -81,4 +81,4 @@ let commandLineUtility = async () => { // console.log("1") // console.log(process.argv) commandLineUtility() -// doEverything() \ No newline at end of file +// doEverything() diff --git a/src/utils/doEverything.js b/src/utils/doEverything.js index b88d1c6..a2343a6 100644 --- a/src/utils/doEverything.js +++ b/src/utils/doEverything.js @@ -36,7 +36,8 @@ export async function tryCatchTryAgain (fun) { } } export async function doEverything(){ - let functions = [coupcast, csetforetell, elicit, /* estimize, */ fantasyscotus, foretold, goodjudgment, goodjudgmentopen, hypermind, ladbrokes, metaculus, polymarket, predictit, omen, smarkets, williamhill, mergeEverything, /*addToHistory,*/ rebuildNetlifySiteWithNewData] + let functions = [coupcast, csetforetell, elicit, /* estimize, */ fantasyscotus, foretold, /* goodjudgment, */ goodjudgmentopen, hypermind, ladbrokes, metaculus, polymarket, predictit, omen, smarkets, williamhill, mergeEverything, /*addToHistory,*/rebuildNetlifySiteWithNewData] + // Removed Good Judgment from the fetcher, doing it using cron instead because cloudflare blocks the utility on heroku. console.log("") console.log("")