(response)
| 260 | if (isSurge) return $persistentStore.read(key) |
| 261 | } |
| 262 | const adapterStatus = (response) => { |
| 263 | if (response) { |
| 264 | if (response.status) { |
| 265 | response["statusCode"] = response.status |
| 266 | } else if (response.statusCode) { |
| 267 | response["status"] = response.statusCode |
| 268 | } |
| 269 | } |
| 270 | return response |
| 271 | } |
| 272 | const get = (options, callback) => { |
| 273 | if (isQuanX) { |
| 274 | if (typeof options == "string") options = { |