mirror of
https://gitee.com/openharmony/distributeddatamgr_relational_store
synced 2025-02-17 08:47:51 +00:00
NAPI adaptation multithreading
Signed-off-by: luyangyang <1049603119@qq.com>
This commit is contained in:
parent
729ad94bff
commit
66f0e8dabd
@ -48,7 +48,7 @@ static napi_value ExportAssetStatus(napi_env env)
|
||||
static napi_value CommonTypeExport(napi_env env, napi_value exports)
|
||||
{
|
||||
napi_status status;
|
||||
static napi_property_descriptor desc[] = {
|
||||
const napi_property_descriptor desc[] = {
|
||||
DECLARE_NAPI_PROPERTY("AssetStatus", OHOS::CommonType::ExportAssetStatus(env)),
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user