Skip to content

Commit

Permalink
Merge pull request #943 from devsapp/shl/dev
Browse files Browse the repository at this point in the history
fix: revert checkName
  • Loading branch information
xsahxl authored Mar 6, 2023
2 parents 416e888 + 9b066f9 commit 24d5289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Component
Name: fc
Provider:
- 阿里云
Version: 0.1.67
Version: 0.1.68
Description: Basic components of Alibaba cloud functional computing
HomePage: https://github.com/devsapp/fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion src/entry-public-method/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class EntryPublicMethod {
}

setDefaultValue(inputs);
checkProps(inputs.props);
// checkProps(inputs.props);

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

0 comments on commit 24d5289

Please sign in to comment.