Correctly import Axios
This commit is contained in:
parent
6484182489
commit
27922229a0
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
// @ts-check
|
||||
'use strict'
|
||||
|
||||
const Axios = require('axios')
|
||||
const Axios = require('axios').default
|
||||
const Crypto = require('crypto')
|
||||
const Storage = require('node-persist')
|
||||
const logger = require('../config/log')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue