From 60c511e2b55d0daa29ce661a8c3d6655f186e9cc Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Wed, 6 Jul 2022 10:28:31 +0800 Subject: [PATCH] fixed 585150b from https://gitee.com/life-liu/interface_sdk-js/pulls/2102 fix commonevent Signed-off-by: liujiandong --- api/@ohos.commonEvent.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.commonEvent.d.ts b/api/@ohos.commonEvent.d.ts index 7b732362cc..9b00d6108b 100644 --- a/api/@ohos.commonEvent.d.ts +++ b/api/@ohos.commonEvent.d.ts @@ -965,7 +965,7 @@ declare namespace commonEvent { * This is a protected common event that can only be sent by system. * @since 9 */ - COMMON_EVENT_SLOT_CHANGE = "usual.event.SLOT_CHANGE" + COMMON_EVENT_SLOT_CHANGE = "usual.event.SLOT_CHANGE", /** * Indicate the action of a common event that the spn display information has been updated. -- Gitee