mirror of
https://github.com/openharmony/base_location.git
synced 2026-08-24 22:31:51 -04:00
@@ -1219,7 +1219,7 @@ bool OffCountryCodeChangeCallback(const napi_env& env, const napi_value& handler
|
||||
napi_value Off(napi_env env, napi_callback_info cbinfo)
|
||||
{
|
||||
InitOffFuncMap();
|
||||
size_t argc = PARAM2;
|
||||
size_t argc = PARAM3;
|
||||
napi_value argv[PARAM3] = {0};
|
||||
napi_value thisVar = nullptr;
|
||||
NAPI_CALL(env, napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, nullptr));
|
||||
|
||||
Reference in New Issue
Block a user