From 24f7d77edaa42adcf431fde7f84b78c5cc08ba56 Mon Sep 17 00:00:00 2001 From: w00636648 Date: Wed, 28 Sep 2022 16:43:53 +0800 Subject: [PATCH] sms Signed-off-by: w00636648 --- en/application-dev/reference/apis/js-apis-call.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-call.md b/en/application-dev/reference/apis/js-apis-call.md index ce20abac0e..9b20ccb9f3 100644 --- a/en/application-dev/reference/apis/js-apis-call.md +++ b/en/application-dev/reference/apis/js-apis-call.md @@ -824,7 +824,7 @@ This is a system API. **Example** ```js -let promise = call.reject(1, (error, data) => { +call.reject(1, (error, data) => { console.log(`callback: err->${JSON.stringify(err)}, data->${JSON.stringify(data)}`); }); ``` -- GitLab