We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3172d18 + 754fd31 commit b67c59dCopy full SHA for b67c59d
packages/api-proxy/src/platform/api/system/index.ali.js
@@ -33,7 +33,7 @@ function getSystemInfoSync () {
33
}
34
35
const getDeviceInfo = function () {
36
- const res = ENV_OBJ.getDeviceBaseInfo
+ const res = ENV_OBJ.getDeviceBaseInfo()
37
defineUnsupportedProps(res, ['deviceAbi', 'benchmarkLevel', 'cpuType'])
38
return res
39
0 commit comments