(response)
| 422 | if (isSurge) return $persistentStore.read(key) |
| 423 | } |
| 424 | const adapterStatus = (response) => { |
| 425 | if (response) { |
| 426 | if (response.status) { |
| 427 | response["statusCode"] = response.status |
| 428 | } else if (response.statusCode) { |
| 429 | response["status"] = response.statusCode |
| 430 | } |
| 431 | } |
| 432 | return response |
| 433 | } |
| 434 | const get = (options, callback) => { |
| 435 | if (isQuanX) { |
| 436 | if (typeof options == "string") options = { |