mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: oopsie
This commit is contained in:
parent
84f7304c23
commit
68d15872ce
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class JaxRequest {
|
||||||
} catch ({ statusCode, ...rest }) {
|
} catch ({ statusCode, ...rest }) {
|
||||||
this.retries--
|
this.retries--
|
||||||
|
|
||||||
if (statusCode !== 503 && status !== 500) return
|
if (statusCode !== 503 && statusCode !== 500) return
|
||||||
|
|
||||||
console.log('====================================')
|
console.log('====================================')
|
||||||
console.log(statusCode)
|
console.log(statusCode)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue