From b9c1e92ccb8ee3a40badd16cbb55881815ee1e7b Mon Sep 17 00:00:00 2001 From: dingxiaochen Date: Thu, 1 Dec 2022 20:19:23 +0800 Subject: [PATCH] fix js docs. Signed-off-by: dingxiaochen --- interfaces/kits/js/@ohos.telephony.radio.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/kits/js/@ohos.telephony.radio.d.ts b/interfaces/kits/js/@ohos.telephony.radio.d.ts index 5b0f24d4a..e5b10ea69 100755 --- a/interfaces/kits/js/@ohos.telephony.radio.d.ts +++ b/interfaces/kits/js/@ohos.telephony.radio.d.ts @@ -236,7 +236,7 @@ declare namespace radio { * @returns Returns {@code true} if the device supports 5G NR; returns {@code false} otherwise. * @since 8 */ - function isNrSupported(slotId?: number): boolean; + function isNrSupported(slotId: number): boolean; /** * Checks whether the radio service is enabled.