From e7a2dfa4fdbbf882b160febfe492c90191a1a3d7 Mon Sep 17 00:00:00 2001 From: Handsome_Afraican_Man Date: Wed, 28 Jun 2023 15:29:47 +0800 Subject: [PATCH] IssueNo:https://gitee.com/openharmony/docs/issues/I7GQLF Description:Bugfix Sig:bundleManager Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: zhouwenzhi --- modulecheck/module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index 8310ef6b..16a0f39d 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -129,7 +129,7 @@ "atomicService", "generateBuildHash", "buildHash", - "proxyDatas", + "proxyData", "isolationMode" ] }, @@ -177,7 +177,7 @@ "atomicService", "generateBuildHash", "buildHash", - "proxyDatas", + "proxyData", "isolationMode" ] }, @@ -1241,7 +1241,7 @@ "type": "string", "maxLength": 255 }, - "proxyDatas": { + "proxyData": { "description": "Indicates all the proxy data of the module.", "type": "array", "items": { -- Gitee