From 9065284f285e356a18d85f339b7bdf61fe1ffbf1 Mon Sep 17 00:00:00 2001 From: qian-nan-xu Date: Tue, 9 Aug 2022 17:37:41 +0800 Subject: [PATCH] delete a ; Signed-off-by: qian-nan-xu --- api/@ohos.telephony.call.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.telephony.call.d.ts b/api/@ohos.telephony.call.d.ts index ea018eefd1..2a48ba7418 100644 --- a/api/@ohos.telephony.call.d.ts +++ b/api/@ohos.telephony.call.d.ts @@ -703,7 +703,7 @@ declare namespace call { CALL_NOT_ALLOW = 1029, SIM_INVALID = 1045, UNKNOWN = 1279, - }; + } } export default call; \ No newline at end of file -- Gitee