This commit is contained in:
@@ -10,7 +10,7 @@ class Api {
|
||||
|
||||
async _get (url) {
|
||||
await this.limiter.removeTokens(1)
|
||||
return axios.get(url)
|
||||
return axios.get(url).catch(console.error)
|
||||
}
|
||||
|
||||
async getOrders (url) {
|
||||
|
||||
Reference in New Issue
Block a user