mirror of
https://github.com/openharmony/miscservices_time.git
synced 2026-07-19 12:02:04 -04:00
napi 接口名与对外接口名对齐
Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: If9d283bdf1d2d7bdfd11f8e8477daa36d88d225a
This commit is contained in:
@@ -40,7 +40,7 @@ static napi_module _module = {
|
||||
.nm_flags = 0,
|
||||
.nm_filename = nullptr,
|
||||
.nm_register_func = Init,
|
||||
.nm_modname = "systemtimer",
|
||||
.nm_modname = "systemTimer",
|
||||
.nm_priv = ((void *)0),
|
||||
.reserved = {0}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user