Skip to content

Commit 9b066f9

Browse files
committed
fix: revert checkName
Signed-off-by: xsahxl <xsahxl@126.com>
1 parent 416e888 commit 9b066f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Component
22
Name: fc
33
Provider:
44
- 阿里云
5-
Version: 0.1.67
5+
Version: 0.1.68
66
Description: Basic components of Alibaba cloud functional computing
77
HomePage: https://github.com/devsapp/fc
88
Tags:

src/entry-public-method/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default class EntryPublicMethod {
4040
}
4141

4242
setDefaultValue(inputs);
43-
checkProps(inputs.props);
43+
// checkProps(inputs.props);
4444

4545
// 提示使用 layerArnV2 版本
4646
if (!_.isEmpty(inputs.props?.function?.layers)) {

0 commit comments

Comments
 (0)