Skip to content

Commit 24d5289

Browse files
authored
Merge pull request #943 from devsapp/shl/dev
fix: revert checkName
2 parents 416e888 + 9b066f9 commit 24d5289

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)