From 0a13b51bff88f9a529fd5904ee343f2bca4f7ec1 Mon Sep 17 00:00:00 2001 From: autumn330 <99329532@qq.com> Date: Mon, 27 Sep 2021 14:12:21 +0000 Subject: [PATCH] update api/commonEvent/commonEventSubscriber.d.ts. Description:fix the error of ces. Sig:SIG_BscSoftSrv Feature or Bugfix: NA Binary Source: No Signed-off-by: autumn330 --- api/commonEvent/commonEventSubscriber.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/commonEvent/commonEventSubscriber.d.ts b/api/commonEvent/commonEventSubscriber.d.ts index 1a8182bb1b..65e5aba353 100644 --- a/api/commonEvent/commonEventSubscriber.d.ts +++ b/api/commonEvent/commonEventSubscriber.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ import { AsyncCallback } from './../basic'; -import { CommonEventSubscribeInfo } from './commoneventsubscribeinfo'; +import { CommonEventSubscribeInfo } from './commonEventSubscribeInfo'; /** * the subscriber of common event -- Gitee