Fix: apply change requests

This commit is contained in:
Cesar 2020-12-11 16:20:31 +00:00
parent 3893ce3996
commit 4a763b87b4
3 changed files with 5 additions and 5 deletions

View file

@ -126,10 +126,9 @@ function sendRadar (data) {
timeout: TIMEOUT,
maxContentLength: MAX_CONTENT_LENGTH
}
// console.log('%j', data)
return axios.default(config)
.then(r => console.log(r.status))
.then(r => console.log(r.status))
}
function mapRecord (rates, settings) {