Fix: apply change requests
This commit is contained in:
parent
3893ce3996
commit
4a763b87b4
3 changed files with 5 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue