We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 416e888 + 9b066f9 commit 24d5289Copy full SHA for 24d5289
2 files changed
publish.yaml
@@ -2,7 +2,7 @@ Type: Component
2
Name: fc
3
Provider:
4
- 阿里云
5
-Version: 0.1.67
+Version: 0.1.68
6
Description: Basic components of Alibaba cloud functional computing
7
HomePage: https://github.com/devsapp/fc
8
Tags:
src/entry-public-method/index.ts
@@ -40,7 +40,7 @@ export default class EntryPublicMethod {
40
}
41
42
setDefaultValue(inputs);
43
- checkProps(inputs.props);
+ // checkProps(inputs.props);
44
45
// 提示使用 layerArnV2 版本
46
if (!_.isEmpty(inputs.props?.function?.layers)) {
0 commit comments