fix: uncompleted merge
This commit is contained in:
parent
9ed0f33c0a
commit
51dbbc4b50
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user