Skip to content

Commit

Permalink
feat: UI方式下的「所有参数满足条件时执行」和「所有参数满足条件时不执行」转为Code 优化 TencentBlueKing#10930
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Sep 27, 2024
1 parent 6dc345b commit 2a86b00
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@ object YamlObjects {
payload = propsMap["payload"]
)

if (!po.options.isNullOrEmpty() && po.payload != null) {
throw YamlFormatException("$fromPath variable format error: options and payload cannot coexist")
}

return po
}

Expand Down

0 comments on commit 2a86b00

Please sign in to comment.