fix: uncompleted merge

This commit is contained in:
NunoSempere 2021-10-06 10:39:39 +02:00
parent 9ed0f33c0a
commit 51dbbc4b50

View File

@ -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)