codecheck

This commit is contained in:
zhangwentao 2024-07-30 18:35:12 +08:00
parent 6bf6d3cf00
commit 64aef95be3

View File

@ -770,7 +770,7 @@ napi_value CreateJsBaseContext(napi_env env, std::shared_ptr<Context> context, b
}
const char *moduleName = "JsBaseContext";
BindPropertiesAndFunctions(env, object, moduleName);
BindPropertyAndFunction(env, object, moduleName);
return object;
}
} // namespace AbilityRuntime