diff --git a/lib/pushToMongo.js b/lib/pushToMongo.js index baf9bae..6ef2acc 100644 --- a/lib/pushToMongo.js +++ b/lib/pushToMongo.js @@ -1,11 +1,7 @@ import axios from "axios" export async function pushToMongo(data){ -<<<<<<< HEAD - let response = await axios.post('https://metaforecast-twitter-bot.herokuapp.com/utility-function-extractor', { -======= let response = await axios.post('http://metaforecast-twitter-bot.herokuapp.com/utility-function-extractor', { ->>>>>>> withRequestToHeroku data: data }) console.log(response)