MCPcopy Create free account
hub / github.com/Semporia/Scripts / adapterStatus

Function adapterStatus

JD_DailyBonus.js:1838–1847  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

1836 }
1837 }
1838 const adapterStatus = (response) => {
1839 if (response) {
1840 if (response.status) {
1841 response["statusCode"] = response.status
1842 } else if (response.statusCode) {
1843 response["status"] = response.statusCode
1844 }
1845 }
1846 return response
1847 }
1848 const get = (options, callback) => {
1849 options.headers['User-Agent'] = 'JD4iPhone/167169 (iPhone; iOS 13.4.1; Scale/3.00)'
1850 if (isQuanX) {

Callers 2

getFunction · 0.85
postFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected